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

    Type Alias MessageWaitStateDetails

    type MessageWaitStateDetails = {
        correlationKey: string | null;
        messageName: string;
    }
    Index

    Properties

    correlationKey: string | null

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

    messageName: string

    The name of the message being awaited.