Analytics

Canvas provides analytics to help you understand how your workflows are performing and where to focus optimization efforts.

Analytics Panel

Open the Analytics Panel from the canvas toolbar to see metrics for the current canvas.

Overview Metrics

  • Total runs — How many times the workflow has been executed.
  • Success rate — The percentage of runs that completed without errors.
  • Average duration — How long a typical run takes from start to finish.
  • Last run — When the workflow was most recently executed.

Step Performance

The analytics panel breaks down performance by individual step:

  • Average step duration — How long each step takes on average across all runs.
  • Error frequency — Which steps fail most often, helping you identify weak points.
  • Bottlenecks — Steps that take disproportionately long relative to the rest of the workflow.

On-Canvas Indicators

When analytics data is available, steps on the canvas can show performance badges — a small indicator showing average duration or error count. This gives you at-a-glance insight without opening the full analytics panel.

Tips

  • Check analytics after scheduling a workflow to make sure automated runs are succeeding.
  • If a step has a high error frequency, review its configuration and test it in isolation.
  • Use step duration data to decide whether to add parallel branches — if two slow steps are independent, running them in parallel with Split and Merge can cut total workflow time.