Guide

Workflow Runs

Source

Workflow runs are the durable execution records created from a workflow definition. They expose state, steps, and recovery actions independently from the definition.

Run Operations

NeedRoute
Start a runPOST /workflows/{workflow}/runs
Inspect a run or its stepsGET /workflow-runs/{run_id} and GET /workflow-runs/{run_id}/steps
Stop or continue executionPOST /workflow-runs/{run_id}/cancel and POST /workflow-runs/{run_id}/resume
Branch or transport a runPOST /workflow-runs/{run_id}/fork, GET /workflow-runs/{run_id}/export, and POST /workflow-runs/import
Help improve Eden Docs

Find something unclear or incomplete? Review the source and propose an update.

View on GitLab Updated August 2, 2026