https://flyte.org logo
#ask-the-community
Title
# ask-the-community
n

Nan Qin

05/04/2023, 4:51 PM
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

Kevin Su

05/04/2023, 6:07 PM
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.