- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 05:22 AM
I have a subflow, but I don't know when it's triggered. Where can I go to find out what the flow calls the subflow?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 05:26 AM - edited ‎04-14-2025 05:29 AM
you can determine this from this table "sys_hub_sub_flow_instance"
Example below: the flow "Testing MRVS" calls these 2 subflows
you can also determine where all a particular subflow is being invoked from
Click on 3 dots for sub-flow and click on "See related flows"
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 05:26 AM - edited ‎04-14-2025 05:29 AM
you can determine this from this table "sys_hub_sub_flow_instance"
Example below: the flow "Testing MRVS" calls these 2 subflows
you can also determine where all a particular subflow is being invoked from
Click on 3 dots for sub-flow and click on "See related flows"
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 06:35 AM
Thanks for the reply, but in my case, I think my Subflow is triggered by a business rule. In this case, how can I find this subflow in BR?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
‎04-14-2025 07:43 PM
search with script contains that name of subflow
If my response helped please mark it correct and close the thread so that it benefits future readers.
Ankur
✨ Certified Technical Architect || ✨ 9x ServiceNow MVP || ✨ ServiceNow Community Leader