Type Alias: MessageSubscriptionFilter
type MessageSubscriptionFilter = object;
Defined in: gen/types.gen.ts:4793
Message subscription search filter.
Properties
correlationKey?
optional correlationKey: StringFilterProperty;
Defined in: gen/types.gen.ts:4833
The correlation key of the message subscription.
elementId?
optional elementId: StringFilterProperty;
Defined in: gen/types.gen.ts:4813
The element ID associated with this message subscription.
elementInstanceKey?
optional elementInstanceKey: ElementInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:4817
The element instance key associated with this message subscription.
lastUpdatedDate?
optional lastUpdatedDate: DateTimeFilterProperty;
Defined in: gen/types.gen.ts:4825
The last updated date of the message subscription.
messageName?
optional messageName: StringFilterProperty;
Defined in: gen/types.gen.ts:4829
The name of the message associated with the message subscription.
messageSubscriptionKey?
optional messageSubscriptionKey: MessageSubscriptionKeyFilterProperty;
Defined in: gen/types.gen.ts:4797
The message subscription key associated with this message subscription.
messageSubscriptionState?
optional messageSubscriptionState: MessageSubscriptionStateFilterProperty;
Defined in: gen/types.gen.ts:4821
The message subscription state.
processDefinitionId?
optional processDefinitionId: StringFilterProperty;
Defined in: gen/types.gen.ts:4805
The process definition ID associated with this message subscription.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKeyFilterProperty;
Defined in: gen/types.gen.ts:4801
The process definition key associated with this correlated message subscription. This only works for data created with 8.9 and later.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:4809
The process instance key associated with this message subscription.
tenantId?
optional tenantId: StringFilterProperty;
Defined in: gen/types.gen.ts:4837
The unique external tenant ID.