Hi all, Can map_task run a dynamic workflow as the...
# flyte-support
b
Hi all, Can map_task run a dynamic workflow as the mapped task? Looks like it causes issues..
f
I do not think this is supported today. Cc @hallowed-mouse-14616 , we are working on array nodes which may eventually support this, array nodes for simple tasks and pods are available today in experimental
h
Hey Tom, great question. And Ketan is 100% correct. Currently maptask does not support dynamics; it may run them (would have to test), but not as you expect. Basically, it would execute the entire entity as a single Flyte task -- rather than compiled subworkflow and executing it. So it would be no different than calling regular python functions from the dynamic rather than Flyte tasks.
b
Thanks @freezing-airport-6809 and @hallowed-mouse-14616 I tried a different flow, but encountered some issues running it locally: https://flyte-org.slack.com/archives/CP2HDHKE1/p1696436435571269 care to help?