Replay a run
Re-executes a run from its Journal. The default verify mode is hermetic — no external call is made and no secret is required — and asserts every step output still matches. The rerun mode replays reads from the Journal but re-executes effects live (re-firing writes), so it requires the relevant secrets, re-resolved at run time.
承認
A bearer token issued by the control plane. RBAC scopes which flows a token may run or read; secret values are never exposed regardless of role.
パスパラメータ
The run id to replay.
ボディ
verify = hermetic reproduction; rerun = re-fire effects live.
verify, rerun レスポンス
The replayed run.
One execution of a FlowSpec, with its append-only Journal.
uuidv4.
Exactly which FlowSpec ran.
pending, running, succeeded, failed, canceled One append-only, content-addressed step-lifecycle event. Discriminated by event.
- run_started
- step_started
- step_succeeded
- step_failed
- step_skipped
- effect_recorded
- run_finished
The flow's output projection (any JSON value). Absent until the run succeeds.