The Candid Startup
    Preparing search index...
    interface PendingWorkflowMessage {
        sequenceId: bigint;
        type: "PendingWorkflowMessage";
        workflow: string;
    }

    Hierarchy (View Summary)

    Index

    Properties

    sequenceId: bigint

    Sequence id of log entry that requested workflow

    type: "PendingWorkflowMessage"

    Used as a discriminated union tag by implementations

    workflow: string

    Workflow requested