What are the reporting levels for Execution in Flow?

masahironaka
Tera Contributor

I have created new "Flows Actions and Steps" and "Developer Trace" records in "sys_flow_execution_setting.list" for a specific Flow to confirm that the Flow or Action has worked.(Execution1.PNG and Execution2.PNG)
I checked the status of the set "Flows Actions and Steps" and "Developer Trace" in Flow Designer>Executions respectively, and the same information was available for both, down to the details of the flow, subflow, action and step.

【Qestions】
①What is the difference between the reports created by "Flows Actions and Steps" and "Developer Trace"?
② Can "Flows Actions and Steps" confirm the details of Actions other than "Core Actions"? Can I check the details of only "Core Action" in "Developer Trace"?

https://docs.servicenow.com/bundle/utah-build-workflows/page/administer/flow-designer/reference/flow.... html

2 REPLIES 2

AnveshKumar M
Tera Sage
Tera Sage

Hi @masahironaka 

There are three reporting levels: Basic, Full and Trace.

The difference between Full and Trace is, Full reporting produces reports at Run Time State, Duration, Input and Output values for all items along with output values at each step level in a Custom Action.

 

Where as the Trace level reporting generates 

Run Time State, Duration, Input and Output values and output values at each step level for both core actions and custom actions.

 

However if you run the flow or action using Test button, it will generate all the logs irrespective of Reporting level.

 

Check the following link for more details,

 

https://docs.servicenow.com/en-US/bundle/vancouver-build-workflows/page/administer/flow-designer/tas...

 

 

Please mark my answer my answer helpful and accept as solution if it helped you 👍

Thanks,
Anvesh

Thanks AnveshKumar M.


Are the three report levels Basic, Full and Trace the same as the value of the field "Reporting" in "sys_flow_execution_setting.list", although they are values of system properties?

 

I knew that the difference between "Flows Actions and Steps" and "Developer Trace" is whether I can see "Core Actions" or not?
I can see the logs of all Actions including "Core Actions" in both report levels.