Flow/Subflow to be exported to Dev/Uat from Prod

Supriya39
Giga Guru

Hi All,

 

My flow/subflow are not in Sync in Prod and Uat environment. There was an urgent scenario we had to handled directly in Prod which has put 2 versions in Prod and Uat. I can not create an update set and export and commit it to Uat as that is not allowed in my environment. 

 

Is there any other way of copying the flow to Uat from Prod. 

 

Please help

1 REPLY 1

Community Alums
Not applicable

Hi @Supriya39 ,

Flows are stored in the sys_hub_flow table. You can view them by going to instance.service-now.com/sys_hub_flow_list.do?.

You could just create an update set and add that flow specifically to it. It will then capture the flow and you can move it between instances.

OR

The flow has a number of different records on different tables that makes moving it outside of an update set or app scope difficult. If you've created it outside of an update set you do have a couple of options for getting it into an update set:

  1. Open a new update set and use the copy flow functionality to create an identical flow that will get captured by the udpate set.
  2. Use the Add to Update Set share utility to add the flow to an update set. (I'm pretty sure it has the capability, but I haven't used it in a while and it's not in the notes on the share site)