Where can I see which subflows are called by which flow?

Nico Kampf
Tera Expert

Hello,

I have several subflows that I needed to change. Now I want to see in which flows these are called.
Is there a list that shows me which flows call these subflows.
Is there also a list where I can see which actions are called by subflows/flows?
Thanks in advance!
Greetings Nico

1 ACCEPTED SOLUTION

Uncle Rob
Kilo Patron

GREAT question.  I believe the table you want to query is sys_hub_sub_flow_instance

That table has both a SubFlow and Flow reference.  By default the SubFlow reference isn't in the list view so you'll have to personalize.

 

A QUICK NOTE ON HOW I FIGURED THIS OUT

Huge shout out to James Neale, creator of Xplore.  One of the best ServiceNow dev tools out there.
I created a playlist for how to use Xplore.  But the specific feature I used was Table Hierarchy, explained in this video.

View solution in original post

6 REPLIES 6

SreerajCP
Tera Contributor

Hi @Uncle Rob 

 

Can we find out in which flows a specific action is called?