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

    Interface WorkflowEvent

    Base event payload

    interface WorkflowEvent {
        executionId: string;
        timestamp: number;
        type: WorkflowEventType;
        workflowName: string;
    }

    Hierarchy (View Summary)

    Index
    executionId: string
    timestamp: number
    workflowName: string