Reporting on Flow Designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2021 01:20 AM
Hi All,
I am trying to know if ServiceNow provides some capability to report on the flows.
E.g. I have a master flow which gets triggered for a certain type of product case, this master flow may in turn call one of the 5 sub-flows available based on the case issue for appropriate resolution.
I want to fetch a report that can tell me that how many time each subflow was called from the master flow in the last one month or so.
thanks in advance.
- Labels:
-
flow designer
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
03-26-2021 11:37 AM
Hi Sandeep,
You could run a report on the 'sys_flow_context' table. This is where all contexts are stored when flows are triggered. Condition on created date as that is the date the trigger condition was met.

- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
08-11-2021 06:52 AM