Workflow revert version

Kri
Tera Guru

Hi,
Is there a way to revert the Workflow version back to Older without writing the script?


1 ACCEPTED SOLUTION
6 REPLIES 6

priyasunku
Kilo Sage

@Kri  please refer the below link

 

you cannot revert without scripting. run the script in background.

 

https://www.servicenow.com/community/developer-forum/how-to-revert-a-workflow-to-prior-version/m-p/1...

 

If my answer solved your issue, please mark my answer as Correct & 👍Helpful

Teju Dhoran
Kilo Sage
Kilo Sage

The easiest way is:

1. Go to the workflow record in the wf_workflow table
2. Right click in the form header, go to 'Show File Properties'
3. Add the 'versions' related list to the form if it's not already there
4. Right click the version you want to revert to, click 'Revert to this Version'
5. Click 'Ok' on the dialog, and the workflow is reverted

 

https://www.servicenow.com/community/developer-forum/how-to-revert-a-workflow-to-prior-version/m-p/1...

https://www.servicenow.com/community/developer-forum/reverting-the-workflow-version/m-p/1744718

I tried it but I cannot able to find the 'Revert to this Version' option. Let me know if we can connect in call?

Krishna124_0-1681300785086.png

 

Hi,

you need to add Versions related list on this form, currently you have workflow versions.

Follow the step 1,2 and 3 tyo add versions related list