@camunda8/orchestration-cluster-api
    Preparing search index...

    Type Alias MessageWaitStateDetails

    MessageWaitStateDetails: BaseWaitStateDetails & {
        correlationKey: string | null;
        messageName: string;
        waitStateType: string;
    }

    Type Declaration

    • correlationKey: string | null

      The correlation key for the message subscription (null for start events).

    • messageName: string

      The name of the message being awaited.

    • waitStateType: string

      The wait state type discriminator.