Hi team, I’m creating `n` tasks, each returning an...
# flyte-support
w
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
a
Hey Leiqing! Do you need a dynamic task or could you also use a map_task?
👍 2
150 Views