⢠for sequential processing, you need LocalExecutor which is the default
⢠for parallel processing, you need LocalDaskExecutor or DaskExecutor
⢠to combine both in a single flow, you can leverage a flow-of-flows with one child flow running sequential and another parallel task runs