How to know in which Flows/Subflows a Subflow is used

Ingo Hefti
Tera Contributor

I need some sort of cross reference to know in which flows/subflows a certain subflow is used. Is there such a thing?

1 ACCEPTED SOLUTION

MattiasJonsson
ServiceNow Employee
ServiceNow Employee

Have a look at sys_hub_sub_flow_instance and sys_hub_action_instance tables, it will show you where SubFlow/Action are used.

If correct or helpful, please indicate so!

 

View solution in original post

2 REPLIES 2

MattiasJonsson
ServiceNow Employee
ServiceNow Employee

Have a look at sys_hub_sub_flow_instance and sys_hub_action_instance tables, it will show you where SubFlow/Action are used.

If correct or helpful, please indicate so!

 

Thank you. 🙂