Moving a in progress workflow back a stage

paradise624
Tera Contributor

I have a workflow that's currently in progress, however I have a requirement to move the workflow back to the previous 2 stages. Can this be done without breaking the flow?

2 REPLIES 2

Saurav11
Kilo Patron
Kilo Patron

If you do not have a rollback function i doubt you would be able to rollback an existing workflow

asifnoor
Kilo Patron

Hi technically aworkflow which is started, you cannot add a rollback now. But you can add a rollback feature in your worklfow and it will work for new records.

 

There is Rollback to workflow activity that you can use to rollback to specific activity inside your flow.

 

And if you  want to run this for existing records which are currently in progress, you can write a background script and restart the flow so that the new published WF triggers. 

 

Mark the comment as a correct answer and also helpful if this helps to solve the problem.