Measure time between steps in Vercel Workflows
Vercel’s workflow trace viewer can measure gaps between steps, helping distinguish slow task execution from delayed starts and queue waits in agent workflows.
The Vercel Workflows trace viewer can now measure time between any two steps. Select one step, hold **Option on macOS or Alt on Windows and Linux**, and hover another to draw the measurement.
Use the gaps to investigate runs whose total duration exceeds the visible work. For sequential steps, the viewer measures end-to-start delay; for overlapping or nested steps, it compares start times. With nothing selected, the modifier reveals gaps across the timeline.
The Vercel Workflows trace viewer can now measure time between any two steps. Select one step, hold **Option on macOS or Alt on Windows and Linux**, and hover another to draw the measurement. Use the gaps to investigate runs whose total duration exceeds the visible work. For sequential steps, the viewer measures end-to-start delay; for overlapping or nested steps, it compares start times. With nothing selected, the modifier reveals gaps across the timeline. The feature exposes timing relationships but does not identify their cause. A visible delay may indicate a queued or delayed start, but the material does not describe automatic diagnosis, alerts, or historical aggregation.
This adds a precise manual way to locate unexplained time inside a workflow trace, narrowing investigation from total duration to specific inter-step or overlapping-start gaps. It improves diagnosis but not attribution or remediation: teams still need other telemetry and operational logic to determine whether a measured delay came from queuing, execution, routing, or another cause.