- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 09:51 AM
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
Solved! Go to Solution.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 09:58 AM
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=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
11-02-2022 09:58 AM
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=
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 09:58 PM
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.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
02-20-2025 07:03 AM
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.