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

    Interface SubWorkflowOptions

    Bounds for polling a child workflow.

    interface SubWorkflowOptions {
        pollInterval?: number;
        timeout?: number;
    }
    Index
    pollInterval?: number

    Delay between durable child-state reads. Defaults to 100ms.

    timeout?: number

    Maximum time to wait for the child. Defaults to five minutes.