Skip to main content

Measure time between steps in Vercel Workflows

By Steven Van ·

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

Vercel announced Measure time between steps in Vercel Workflows on August 5, 2026.

What changed

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. Read more

Vercel
Vercel
The platform for frontend developers — deploy, preview, and scale web apps and AI agents with zero config.
View Vercel →

Read the original announcement →

Read Measure time between steps in Vercel Workflows on Creators Toolbox