clever-knife-16461
05/13/2025, 8:11 AMmap_task
approach, converting all the previous subworkflows into individual tasks. However, execution time has significantly increased compared to the previous fanout approach.
Now, Iād like to experiment with the sub-launchplans approach, which seems to be more efficient (according to the Flyte documentation). However, since I need to iterate over a list to invoke each sub-launchplan, I ran into errors while doing so.
My question is: can I invoke sub-launchplans inside a dynamic workflow?
I gave it a try, but it's currently failing, so I may be doing something wrongworried-airplane-87065
05/13/2025, 4:44 PMconcurrency
?
https://www.union.ai/docs/flyte/user-guide/core-concepts/tasks/map-tasks/