In repo, How can we confirm if the flows are consistent or the same in QA and Prod environments

How can we identify the similarity between QA and Production flows when checking into the repository from the QA environment and checking out to the Production environment?

Comments

  • When we perform a check-in to the repository, a revision ID is generated. Checking out using this revision ID indicates that the versions of the flow in both environments are the same.

    Alternatively, we can use the last modified date of the flow to confirm similarity. If the last modified dates of the flows in both environments are identical, it confirms that the versions of the flow are also the same.

Sign In or Register to comment.