Start a new topic

How to capture workflows in source control to deploy them on other instances?

We have a DEV, TEST, PROD setup. We develop models in DEV and put them in source control. We use Azure DevOps pipelines do upload and deploy model editions in TEST and PROD.


If I create a workflow for a branch in DEV, how can I make sure it's included in the deployment pipeline? Is it part of the model.xml?


Thank you.


The workflows are included in the model XML file.

Hi Logan,


Yes the workflow are included in the model xml file

You can use it in another environment along with the model


Thanks

Login to post a comment