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:

    1. 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.
    2. Create a Report: Query the flow_step_run_data table 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_data table can become very large over time, especially if flows are run frequently while step statistics are enabled.

Sign In or Register to comment.