Hey guys, is possible to create or enable user to ...
# ask-community
f
Hey guys, is possible to create or enable user to create flows using a no-code approach? I want to give my user more control of the flows and i'm wondering if we have a solution for create flows via UI workflows
1
s
Hello! You can utilize our rest api or the create_deployment from a python object to help programmatically create flows and deployments. You can incorporate a flow + subflow pattern as well to have more nuanced interactions. Then within the UI, you can kick off jobs ad hoc. Any customizations you can pass in through parameters as well.
❤️ 1