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

    Interface ParkOutcome

    Result of WorkflowStore.parkForSignal()

    interface ParkOutcome {
        parked: boolean;
        signalPresent: boolean;
        signals: Record<string, unknown>;
    }
    Index
    parked: boolean

    This caller transitioned the run to 'waiting'

    signalPresent: boolean

    The awaited signal was already recorded — advance instead of parking

    signals: Record<string, unknown>

    Signals as persisted, for refreshing a stale in-memory snapshot