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

    Interface RunHandle

    Handle returned from engine.start()

    interface RunHandle {
        id: string;
        workflowName: string;
    }
    Index
    id: string
    workflowName: string