- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 04:12 AM
Hi,
I have a requirement to find out all flows using more than 35 actions and convert them to use subflows instead of more actions.
Please let me know if anyone knows how to get this data.
Solved! Go to Solution.
- Labels:
-
flow designer
-
Workflow Automation
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:41 AM
If you have groupt the list by floes you should be able to sort groups by
Count descending
And something like this should appear
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:26 AM
Hi again!
I sometimes export all the flows and/or sub flows to Visio (my own script) to maybe more easier model the flow before starting the redesign in Servicenow!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:34 AM - edited 12-17-2024 05:35 AM
@Goran Pettersso gets the credit for identifying the component table. I've gone a small step further and built a conventional report that asks the question directly of the flows. Via reports you can capitalize on Related Record Conditions so your query includes info about child records.
This report asks... "Get me the sys_hub_flow records where there are Greater Than or Equal to 15 related Component records that reference via the Flow column"
If you've never used Related Record Conditions here's a short explainer.
https://youtu.be/gkzKzSXbwk0
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:47 AM
Nice!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
12-17-2024 05:50 AM
Really Great input, thanks @Uncle Rob !!