Hi everyone, we have a use-case where we want to create workflows on the fly, possibly driven by a UX builder. This can mean possible 1000's of custom workflows. We can handle the cruft of converting JSON -> the python sdk for flyte, and registering the new workflows.
What we are unsure of is if Flyte can handle these many custom workflows. Is this a use-case thats been tried before?
And possibly is there another way instead of JSON -> PythonSDK?
Thanks a lot for your help.