Hello, community!
I have a question about deploying workflows in a production environment. Specifically, how can we deploy a group of workflows to production so that they are created only once and cannot be duplicated by others?
Currently, if someone deploys a GitHub repository containing DABs definitions, it creates new workflows that are accessible only to the person who deployed them. However, in a production scenario, workflows should be deployed just once, and no one should be able to create duplicates.
Is there a specific command or configuration in DABs to prevent this issue?
Additionally, is it possible to assign a group of people permissions to start and stop the workflows created in production?
Thanks, as always!