How to find the workflows which triggers a particular subflow?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 12:29 AM
Hello,
I have a query:
How to get the list of all the parent workflows which triggers a particular sub flow?
For example:
I have a subflow named as "automation_subflow" which is triggered by various other workflows. I want to get the list of all those workflows which has "automation_subflow" as a part of it.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 05:51 AM
Hi @aragarw
If my response proves useful, please indicate its helpfulness by selecting " Accept as Solution" and " Helpful." This action benefits both the community and me.
Regards
Dr. Atul G. - Learn N Grow Together
ServiceNow Techno - Functional Trainer
LinkedIn: https://www.linkedin.com/in/dratulgrover
YouTube: https://www.youtube.com/@LearnNGrowTogetherwithAtulG
Topmate: https://topmate.io/atul_grover_lng [ Connect for 1-1 Session]
****************************************************************************************************************
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 10:22 PM
Hi,
Thanks for help but the tables mentioned in above solutions does not has my sub flow name. Also I know one of the parent flow which calls this sub flow, this parent flow name is also not present in the tables suggested in above solutions.
My query is not resolved.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-20-2024 10:35 PM
Hi @aragarw I dont think there is a way to do that, you can look for workflow context table, it will give you running workflows but I dont think you can access activities to get the sub flow name
as far as I know the only way it to check workflow manually and find the subflow your looking for
Harish