Flow loop
1. fetch n entries from a database
2. in parallel process a long running task for each of the n entries
i'd like to split the script into multiple smaller parts and use the flow loops or branches for that, but i'm not sure how that works with a dynamic number of parallel branches. any ideas?