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

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.

Thank you very much!

This was exactly what I was looking for 😄

Hello there,
I figured out the table, however the flow I'm looking for is configured as subflow, but its showing in table as main flow, also I'm not sure from where this flow is getting triggered, its related to link unfurling
can you please help mi out to find the flow
attaching the screenshots

GauravVaze_0-1714383944869.png

GauravVaze_1-1714384088657.png

this flow is continuously failing

please help me to investigate source of where its being called
thank you in advance

'

Nico Kampf
Tera Expert

Now I have a quick question after all.
Do the flows have to be run once for them to be displayed there? When I open the list, the FLow-Subflow relation is displayed more than 1 time. So does the list show the executions?