Vercel — AI · · 1 min read

Measure time between steps in Vercel Workflows

Mirrored from Vercel — AI for archival readability. Support the source by reading on the original site.

You can now measure the time between any two steps in the trace viewer for Vercel Workflows and the Workflow SDK.

Select a step, hold Option on macOS or Alt on Windows and Linux, then hover another step to see a measurement line between them:

  • Between sequential steps, the line measures from the end of the earlier step to the start of the later step.

  • Between overlapping or nested steps, it measures the difference between their start times.

With no step selected, hold the modifier to see the gaps across the timeline, now drawn with the same measurement line.

This can be useful for spotting delayed starts and queue waits when a run takes longer than its steps account for.

To get started, open a workflow run from the Workflows tab in Vercel Observability, or locally with npx workflow@beta web.

Discussion (0)

Sign in to join the discussion. Free account, 30 seconds — email code or GitHub.

Sign in →

No comments yet. Sign in and be the first to say something.

More from Vercel — AI