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

Nishan
Mega Expert

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

3 REPLIES 3

Mike_R
Kilo Patron
Kilo Patron

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=

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. 

Nishan
Mega Expert

Here I see more info related to similar question : From the  sys_hub_flow table and the sys_hub_actio... - ServiceNow Community