Node Timing Properties

  • Flow execution time: The elapsed_time property of the flow audit JSON object shows the total execution time of the flow.
  • Node logic time: In a node object, the elapsed_time property shows the execution time of the node's application logic.
  • Node framework time: The framework_time property shows node-related execution time that the elapsed_time does not include. This value depends on the implementation and can change between product versions.

Typically, the combined elapsed_time and framework_time for all nodes in a flow is slightly less than the flow's total elapsed_time.

Note:
Some flow time might not be associated with the application logic or framework time of any specific node.