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

    Interface WorkflowLifecycleEvent

    Workflow lifecycle event payload

    interface WorkflowLifecycleEvent {
        executionId: string;
        input?: unknown;
        state: ExecutionState;
        timestamp: number;
        type: WorkflowEventType;
        workflowName: string;
    }

    Hierarchy (View Summary)

    Index
    executionId: string
    input?: unknown
    timestamp: number
    workflowName: string