Join the #BuildWithBuildAgent Challenge! Get recognized, earn exclusive swag, and inspire the ServiceNow Community with what you can build using Build Agent.  Join the Challenge.

Sub flow usage

Vijay Baokar
Kilo Sage

Hi Folks,

 

I have a subflow created, now i want to see which all flows are using my subflow. Basically i need to make a change in subflow but before that i need to have list of other flows which are using my subflow. How to get the extract of usage of my subflow?

1 ACCEPTED SOLUTION

Tai Vu
Kilo Patron
Kilo Patron

Hi @Vijay Baokar 

You may want to examine the entries in the Sub Flow instances [sys_hub_sub_flow_instance] table.

This will provide information on which flow is utilizing the subflow and the respective order.

 

Cheers,

Tai Vu

View solution in original post

1 REPLY 1

Tai Vu
Kilo Patron
Kilo Patron

Hi @Vijay Baokar 

You may want to examine the entries in the Sub Flow instances [sys_hub_sub_flow_instance] table.

This will provide information on which flow is utilizing the subflow and the respective order.

 

Cheers,

Tai Vu