Flow Designer - How to find which artifact (subflow/action ) is called by which all subflow's etc?

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 07:54 AM
Hi !
How can we find where all a given subflow or action is used say in a given scoped app itself?
This is something needed for long term manageability of the scoped app's as there could be multiple resources working on same scoped app and if we changes something in a given subflow, how would we find out where else we need to make changes?
As analogy, in traditional worlds of say java with eclipse etc. we can accomplish this by call hierarchy (as shown in attahcment). but same is not available for subflow/action etc artifacts in studio.
Thanks,
Nishan
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 07:56 AM
See if this helps
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
12-07-2022 09:14 AM
Hi @Mike_R , That was helpful to point me to some info which lead me to similar posted question where I see this as a workaround. Also it looks like SN is exploring to provide more user friendly option to do this in Utah release.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-07-2022 09:15 AM
Here I see more info related to similar question : From the sys_hub_flow table and the sys_hub_actio... - ServiceNow Community