Type Alias: MessageCorrelationResult
type MessageCorrelationResult = object;
The message key of the correlated message, as well as the first process instance key it correlated with.
Properties
messageKey
messageKey: MessageKey;
The key of the correlated message.
processInstanceKey
processInstanceKey: ProcessInstanceKey;
The key of the first process instance the message correlated with
tenantId
tenantId: TenantId;
The tenant ID of the correlated message