How to find all the flows/subflows referencing a given subflow or an action ?

kulbhusanazad
Tera Contributor

hi ,

How can we get all the flows or subflows which are using/referencing a given subflow or an action.

This is to test and make sure all those referenced subflows/flows are working as expected .

 

Thanks

1 ACCEPTED SOLUTION

Mike_R
Kilo Patron
Kilo Patron

Action instances are stored here

instanceName.service-now.com/sys_hub_action_instance_list.do?sysparm_query=&sysparm_view=

 

Subflow instances are stored here

instanceName.service-now.com/sys_hub_sub_flow_instance_list.do?sysparm_query=&sysparm_view=

View solution in original post

3 REPLIES 3

Mike_R
Kilo Patron
Kilo Patron

Action instances are stored here

instanceName.service-now.com/sys_hub_action_instance_list.do?sysparm_query=&sysparm_view=

 

Subflow instances are stored here

instanceName.service-now.com/sys_hub_sub_flow_instance_list.do?sysparm_query=&sysparm_view=

aragarw
Tera Contributor

Query : I want to get the list of all the parent flows calling a particular subflow. 

 

In the tables you mentioned I am not getting the flow name I am looking for. The flow is present in "Workflow Editor" and is even tagged to CITM's but I am not able to get that flow in the tables you mentioned above. 

Saved me a ton of time today. This is so critical to know when ServiceNow inevitably (and understandably) updates and/or deprecates their IH Spokes. I will be talking with our reps to inquire about making this easier for us, considering all the deprecations that happen in this space.