- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2020 08:56 AM
When making changes to an existing, active Flow, is it possible to backout the changes and revert back to the original active version of the Flow?
Solved! Go to Solution.
- Labels:
-
Flow Designer

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎05-19-2020 09:09 AM
As of orlando, you can't rollback active flow. This is already an enhancement in progress with servicenow
The Flow Designer team is considering enhancements to enable customers to manage their rollback situations. There are future plans to support improved debug experiences, including step into, step over and setting break points, as well as the ability to go-to or retry certain areas of a flow.
Don't forget about the Idea Portal to get your enhancement idea in the queue.
Regards,
Sachin
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎07-29-2020 09:20 AM
1- Navigate to sys_update_version.list
2- Search with flow/subflow sys_id.
3- Click on the previous version.
4- Click on Form context menu UI action "revert to current' version.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎02-17-2021 05:48 AM
Actually, that does not work since the flow designer is split into multiple tables and the sys_hub_flow table, where the flow is recorded, is only the flow properties. The actions are saved in other tables (x of 36).
It was a good idea, but the revert action is more complex than reverting a single record.