Flow engine context vs Flow Report Runtime

ryo200
Tera Contributor

Why are “Flow engine context” and“ Flow Report Runtime” runtimes different?

1 REPLY 1

Community Alums
Not applicable

Hi,

 

Flow engine context(sys_flow_context) shows the execution and process plans of flow. Context records store the state and references to the data used to run a flow or action. There are also child tables for the context state.

https://docs.servicenow.com/bundle/tokyo-application-development/page/administer/flow-designer/conce...

 

Runtime is the the run duration to identify potential processing or performance issues. Each action and step displays the duration in milliseconds. System quota rules prevent any action from running longer than a minute.

 

Please mark if this is helpful

Thanks,

Sravani