- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2022 01:27 AM
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
Solved! Go to Solution.
- Labels:
-
flow designer
-
Workflow
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2022 09:15 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2022 09:15 AM
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.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-21-2022 10:57 PM
Thank you very much!
This was exactly what I was looking for 😄
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-29-2024 02:48 AM
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
this flow is continuously failing
please help me to investigate source of where its being called
thank you in advance
'
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎09-22-2022 12:59 AM
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?