Scott Zelenka
05/13/2020, 3:03 PMversion_group_id
. The execution of the Flow includes a step to write data back to a Prod API of an external system.
The challenge comes when making iterations to this Flow in development. The external system's Dev instance still triggers our Flow through GraphQL, but is expecting it to write data back to a Dev API. We could update and deploy the Flow to Cloud, but then the version_group_id
picks up our Dev Flow, rather than our Prod Flow.
The only thing I can think of is to have two different Flows deployed on Cloud (one for Prod and another for Dev). But in that case, promoting from Dev to Prod has a bunch of manual steps prone to human error.
Interested in the communities thoughts on how you handle deploying multiple versions of the same Flow between Dev and Prod environments, where the configuration between Dev and Prod are different.Joe Schmid
05/13/2020, 3:20 PMScott Zelenka
05/13/2020, 3:23 PMJoe Schmid
05/13/2020, 3:27 PMnicholas
05/13/2020, 3:28 PMTyler Wanner
05/13/2020, 3:52 PM