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

    Type Alias WorkflowEventType

    WorkflowEventType:
        | "step:started"
        | "step:completed"
        | "step:failed"
        | "step:retry"
        | "workflow:started"
        | "workflow:completed"
        | "workflow:failed"
        | "workflow:compensating"
        | "workflow:waiting"
        | "signal:received"
        | "signal:timeout"
        | "compensation:started"
        | "compensation:completed"
        | "compensation:failed"
        | "compensation:skipped"

    All workflow event types