Hi, I have a flow made of several tasks, inside th...
# ask-community
n
Hi, I have a flow made of several tasks, inside the flow there are some tasks that I want to iterate on, for example I have an array as a result of a task then and I want to apply a bunch of task on each element. What is the best way to do it in prefect to then accumulate the results as an array? And still use the concurrency of prefect