when using `remote.register_workflow` the tasks wi...
# flyte-support
s
when using
remote.register_workflow
the tasks within the workflow are also registered. However, if one of them is dynamic which contains other tasks/subworkflows, those tasks/subworkflows are not registered. What is the best way to register all the tasks/subworkflows within a dynamic task using the remote python api?
g
I think flytekit should compile and register dynamic task as well. could you help create an issue for it. [flyte-core] To workaround it, you have to manually register the task / workflow in the dynamic.
👍 1
s
152 Views