Moving a in progress workflow back a stage
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 10:38 AM
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?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 10:41 AM
If you do not have a rollback function i doubt you would be able to rollback an existing workflow

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎10-05-2022 11:29 AM
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.