Type Alias: MessageSubscriptionFilter
type MessageSubscriptionFilter = object;
Message subscription search filter.
Properties
correlationKey?
optional correlationKey?: StringFilterProperty;
The correlation key of the message subscription.
elementId?
optional elementId?: StringFilterProperty;
The element ID associated with this message subscription.
elementInstanceKey?
optional elementInstanceKey?: ElementInstanceKeyFilterProperty;
The element instance key associated with this message subscription.
lastUpdatedDate?
optional lastUpdatedDate?: DateTimeFilterProperty;
The last updated date of the message subscription.
messageName?
optional messageName?: StringFilterProperty;
The name of the message associated with the message subscription.
messageSubscriptionKey?
optional messageSubscriptionKey?: MessageSubscriptionKeyFilterProperty;
The message subscription key associated with this message subscription.
messageSubscriptionState?
optional messageSubscriptionState?: MessageSubscriptionStateFilterProperty;
The message subscription state.
processDefinitionId?
optional processDefinitionId?: StringFilterProperty;
The process definition ID associated with this message subscription.
processDefinitionKey?
optional processDefinitionKey?: ProcessDefinitionKeyFilterProperty;
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;
The process instance key associated with this message subscription.
tenantId?
optional tenantId?: StringFilterProperty;
The unique external tenant ID.