Docs / Strand / runs/overview

Runs

Every time a workflow executes, Strand records a run: which nodes fired, in what order, what each one received and returned, and where execution stopped. Runs are how you debug a workflow after the fact.

The Runs list: each execution with its workflow, status, duration, and start time The Runs list. Filter to failures first when you are debugging.

Reading a run

Open Runs and select an execution. A run shows:

A Strand run detail view with compute breakdown and a per-step execution table A run detail: trigger source, compute breakdown, and every step with its status and duration.

Switch Step Execution to Replay to step through the run on the canvas — completed nodes fill in, the active node highlights, and the branch that actually ran is drawn in.

The replay view showing a workflow on the canvas with executed nodes highlighted Replay scrubs through the run, showing which branch was taken.

Common failure shapes

What you see Usually means
Fails at the first node The trigger payload isn't the shape the workflow expects
Fails at a connector node Credentials or connectivity — check the connector itself
Stops partway with no error A conditional routed execution down a branch that ends
Times out A slow external call, or a limit — see Limits

For retries, fallbacks, and explicit error branches, see Error handling.

Retention

Run history is retained per plan. See Data retention for the window that applies to your account, and export anything you need to keep longer.