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

Type Alias: MessageWaitStateDetails

type MessageWaitStateDetails = object;

Properties

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.