when using `remote.register_workflow` the tasks wi...
# ask-the-community
n
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?
k
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.
151 Views