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 in embedded or TCP mode.
Get results from multiple parent jobs in input order in either runtime.
Wait until the FlowProducer is ready (BullMQ v5 compatible).
FlowProducer creates job flows with automatic dependencies.
Example