Hi everyone, I've got some questions hoping someone can give me a hand. Is there a way to control what gets registered? There are two scenarios in that this is helpful.
1. I have a workflow that has 2 sub-workflows, the sub workflows should not be used separately so I don't want them to be registered and visible in Flyte
2. How can I register a dynamic workflow?
Thanks in advance.
f
freezing-airport-6809
01/08/2022, 5:42 AM
Subworkflows do not need to be registered, as they are inlined, but the philosophy is that every task and workflow are registered, as this allows for individual execution
Maybe what you want is better UI control for them
As for dynamic, dynamic implies they are created at run time - and registration is impossible as they get generated. But if you want to visualize them, that is coming hopefully this month. You still be able to visualize within the execution itself