BullMQAdapter
For the BullMQ queue library.
Import
Usage
Options
All options are optional.
Instance methods
Flow tree
The flow tree tab on the job detail page works with BullMQAdapter queues automatically. There's nothing to configure. When you open a job that belongs to a BullMQ flow, bull-board reads the parent/child graph and renders it.
It builds a FlowProducer from the Redis connection of a registered BullMQAdapter (cached per connection), then walks the job's parent chain across queues to find the flow root. So it works as long as every queue in the flow is registered on the board.
The flow tree only spans queues bull-board knows about. If a parent job lives in a queue you didn't pass to createBullBoard, the tree stops at the boundary. Register every queue that participates in the flow.
Bull (the legacy library) has no flows, so the tab is BullMQ-only.