AlperA
Windmill3y ago
3 replies
Alper

Flow loop

i currently have a flow with a single step. it's a python script that does some parallel processing:
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?
Was this page helpful?