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

    Type Alias WorkflowEventListener

    WorkflowEventListener: (
        event: WorkflowEvent | StepEvent | WorkflowLifecycleEvent | SignalEvent,
    ) => void

    Event listener function

    Type Declaration