Type Alias: MessageCorrelationRequest
type MessageCorrelationRequest = object;
Properties
correlationKey?
optional correlationKey?: string;
The correlation key of the message.
name
name: string;
The message name as defined in the BPMN process
tenantId?
optional tenantId?: TenantId;
the tenant for which the message is published
variables?
optional variables?: object;
The message variables as JSON document
Index Signature
[key: string]: unknown