- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 12:55 AM
Hi Folks,
I have a subflow created, now i want to see which all flows are using my subflow. Basically i need to make a change in subflow but before that i need to have list of other flows which are using my subflow. How to get the extract of usage of my subflow?
Solved! Go to Solution.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 01:06 AM
You may want to examine the entries in the Sub Flow instances [sys_hub_sub_flow_instance] table.
This will provide information on which flow is utilizing the subflow and the respective order.
Cheers,
Tai Vu
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
01-23-2024 01:06 AM
You may want to examine the entries in the Sub Flow instances [sys_hub_sub_flow_instance] table.
This will provide information on which flow is utilizing the subflow and the respective order.
Cheers,
Tai Vu