Welcome to Community Week 2025! Join us to learn, connect, and be recognized as we celebrate the spirit of Community and the power of AI. Get the details  

Reporting on Flow Designer

sandeep3791
Tera Contributor

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.

2 REPLIES 2

Stephen Sturde
Tera Guru

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.

-Stephen

I'm having the same issue. 

I tried your solution, but ServiceNow doesn't allow reporting in sys_flow_context table


find_real_file.png