Flow Designed - undo changes to an active Flow

Jerome11
Tera Guru

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?

1 ACCEPTED SOLUTION

sachin_namjoshi
Kilo Patron
Kilo Patron

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

View solution in original post

6 REPLIES 6

anashanifm
Tera Guru

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.

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.