Type Alias: MessageCorrelationResult
type MessageCorrelationResult = object;
Defined in: gen/types.gen.ts:4662
The message key of the correlated message, as well as the first process instance key it correlated with.
Properties
messageKey?
optional messageKey: MessageKey;
Defined in: gen/types.gen.ts:4670
The key of the correlated message.
processInstanceKey?
optional processInstanceKey: ProcessInstanceKey;
Defined in: gen/types.gen.ts:4674
The key of the first process instance the message correlated with
tenantId?
optional tenantId: TenantId;
Defined in: gen/types.gen.ts:4666
The tenant ID of the correlated message