Variable: MessageSubscriptionStateEnum
const MessageSubscriptionStateEnum: object;
The state of message subscription.
Note for START_EVENT subscriptions: The CORRELATED and MIGRATED states are not
tracked for these subscriptions. To query correlation history for process start events,
use the /correlated-message-subscriptions/search endpoint.
Type Declaration
CORRELATED
readonly CORRELATED: "CORRELATED" = 'CORRELATED';
CREATED
readonly CREATED: "CREATED" = 'CREATED';
DELETED
readonly DELETED: "DELETED" = 'DELETED';
MIGRATED
readonly MIGRATED: "MIGRATED" = 'MIGRATED';