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

    Interface StepJobData

    Internal job data for step execution

    interface StepJobData {
        executionId: string;
        nodeIndex: number;
        workflowName: string;
    }
    Index
    executionId: string
    nodeIndex: number
    workflowName: string