bunqueue v2.8 API referenceall versions · guide
bunqueue
    Preparing search index...

    Interface SignalOutcome

    Result of WorkflowStore.recordSignal()

    interface SignalOutcome {
        currentNodeIndex: number;
        found: boolean;
        resumed: boolean;
        workflowName: string;
    }
    Index
    currentNodeIndex: number
    found: boolean

    Whether the execution row exists

    resumed: boolean

    True for the single caller that claimed the resume of a parked run

    workflowName: string