Type Alias: CorrelatedMessageSubscriptionFilter
type CorrelatedMessageSubscriptionFilter = object;
Defined in: gen/types.gen.ts:4926
Correlated message subscriptions search filter.
Properties
correlationKey?
optional correlationKey: StringFilterProperty;
Defined in: gen/types.gen.ts:4930
The correlation key of the message.
correlationTime?
optional correlationTime: DateTimeFilterProperty;
Defined in: gen/types.gen.ts:4934
The time when the message was correlated.
elementId?
optional elementId: StringFilterProperty;
Defined in: gen/types.gen.ts:4938
The element ID that received the message.
elementInstanceKey?
optional elementInstanceKey: ElementInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:4942
The element instance key that received the message.
messageKey?
optional messageKey: BasicStringFilterProperty;
Defined in: gen/types.gen.ts:4946
The message key.
messageName?
optional messageName: StringFilterProperty;
Defined in: gen/types.gen.ts:4950
The name of the message.
partitionId?
optional partitionId: IntegerFilterProperty;
Defined in: gen/types.gen.ts:4954
The partition ID that correlated the message.
processDefinitionId?
optional processDefinitionId: StringFilterProperty;
Defined in: gen/types.gen.ts:4958
The process definition ID associated with this correlated message subscription.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKeyFilterProperty;
Defined in: gen/types.gen.ts:4962
The process definition key associated with this correlated message subscription. For intermediate message events, this only works for data created with 8.9 and later.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKeyFilterProperty;
Defined in: gen/types.gen.ts:4966
The process instance key associated with this correlated message subscription.
subscriptionKey?
optional subscriptionKey: MessageSubscriptionKeyFilterProperty;
Defined in: gen/types.gen.ts:4970
The subscription key that received the message.
tenantId?
optional tenantId: StringFilterProperty;
Defined in: gen/types.gen.ts:4974
The tenant ID associated with this correlated message subscription.