Add a chain of jobs. Jobs execute sequentially: step[0] → step[1] → ...
Add a tree of jobs where children depend on parent.
Close the connection pool (only if using dedicated pool)
Disconnect from the server (BullMQ v5 compatible). Alias for close().
Get a flow tree starting from a job (BullMQ v5 compatible).
Get the result of a completed parent job (embedded only).
Type of the job result
Get results from multiple parent jobs (embedded only).
Type of the job results
Wait until the FlowProducer is ready (BullMQ v5 compatible).
FlowProducer creates job flows with automatic dependencies.
Example