Type Alias: CorrelatedMessageSubscriptionResult
type CorrelatedMessageSubscriptionResult = object;
Defined in: gen/types.gen.ts:4847
Properties
correlationKey
correlationKey: string;
Defined in: gen/types.gen.ts:4851
The correlation key of the message.
correlationTime
correlationTime: string;
Defined in: gen/types.gen.ts:4855
The time when the message was correlated.
elementId
elementId: string;
Defined in: gen/types.gen.ts:4859
The element ID that received the message.
elementInstanceKey?
optional elementInstanceKey: ElementInstanceKey;
Defined in: gen/types.gen.ts:4863
The element instance key that received the message.
messageKey
messageKey: MessageKey;
Defined in: gen/types.gen.ts:4867
The message key.
messageName
messageName: string;
Defined in: gen/types.gen.ts:4871
The name of the message.
partitionId
partitionId: number;
Defined in: gen/types.gen.ts:4875
The partition ID that correlated the message.
processDefinitionId
processDefinitionId: ProcessDefinitionId;
Defined in: gen/types.gen.ts:4879
The process definition ID associated with this correlated message subscription.
processDefinitionKey?
optional processDefinitionKey: ProcessDefinitionKey;
Defined in: gen/types.gen.ts:4883
The process definition key associated with this correlated message subscription.
processInstanceKey
processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:4887
The process instance key associated with this correlated message subscription.
rootProcessInstanceKey?
optional rootProcessInstanceKey: RootProcessInstanceKey;
Defined in: gen/types.gen.ts:4888
subscriptionKey
subscriptionKey: MessageSubscriptionKey;
Defined in: gen/types.gen.ts:4892
The subscription key that received the message.
tenantId
tenantId: TenantId;
Defined in: gen/types.gen.ts:4896
The tenant ID associated with this correlated message subscription.