Hi team, I’m creating `n` tasks, each returning an...
# ask-the-community
l
Hi team, I’m creating
n
tasks, each returning an `int`value, within a dynamic workflow, Is there an easy way for me to sum up / aggregate all the results, potentially in a single task? Currently, I have to do this in a cascade manner, and it’s not that efficient given a reasonably large
n
b
Hey Leiqing! Do you need a dynamic task or could you also use a map_task?
150 Views