Monitor the duration of individual steps and the total time for each flow
How can I track the duration of each step in a flow and the overall time for each flow?
Comments
-
To monitor the time taken for each step in your flows and the overall duration of each flow, you can follow these steps:
- Enable Step Statistics: In your Flow Settings, set "Store Step Statistics" to "Always." This will ensure that detailed timing information for each step is recorded.
- Create a Report: Query the
flow_step_run_datatable to access the timing data. This table will provide the details you need to see how long each step and each flow is taking.
Please note that the
flow_step_run_datatable can become very large over time, especially if flows are run frequently while step statistics are enabled.
