Type Alias: MessageWaitStateDetails
type MessageWaitStateDetails = BaseWaitStateDetails & object;
Type Declaration
correlationKey
correlationKey: string | null;
The correlation key for the message subscription (null for start events).
messageName
messageName: string;
The name of the message being awaited.
waitStateType
waitStateType: string;
The wait state type discriminator.