For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

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';