I am looking into the feasibility of a CI/CD pipeline that includes Alteryx workflows in its scope. My organization has two Alteryx server environments (dev and prod) and I see that the Migratable endpoint page contains a process for identifying and publishing workflows marked as eligible for deployment to production.
In our organization, the workflow functionality would be identically once in the production environment, but it should target production databases instead of development ones.
I imagine that when using the Server API, workflows are deployed to the target environment studios exactly as they are in the source environment, which means they're referencing connections to the dev databases provided by the dev Server environment. Is there any way to facilitate updating those connections to corresponding prod database connections, provided by the prod Server environment?