Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Flow designer - ability to revert to previous versions

SatheeshKumar
Kilo Sage

Hi All,

 

we are trying to implement a requirement using flow designer.

 

while working we don't find a way to revert the flow back to previous versions! Any one has any suggestions on this?

 

Thanks,

satheesh

12 REPLIES 12

BobPaterno
Giga Contributor

If it is an application, consider using Github or Bitbucket to snapshot your app (including all flows/actions).

Then when you have to make changes, you can create a new branch to work off of and test.  If anything goes wrong, you can revert to the main branch or back up to a previous commit on the branch you're working on.

Gaurang Soni Aa
Kilo Expert

Alternatively you can keep a Copy of your existing flow before you start making any changes using Copy Flow from More Action menu.

This won't be as comprehensive as version control, but in absence of that could be very handy. We internally use it once we know that we have reached a substantial point in flow designer and make a copy.

Hope this helps.
find_real_file.png
Gaurang Soni
aavenir.com

RodGallegos
Tera Guru

I believe Anas Hanif answered your question. Could you mark his answer as Correct please so others can find this useful information? Cheers!