For the complete documentation index, see llms.txt.
Skip to main content
Version: 8.10 (unreleased)

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.