Operate

Runs And Outputs

Breyta operations guide for post-change smoke checks, output validation, and incident triage.

Quick Answer

After push/configure changes, run breyta flows run <slug> --wait, inspect final output shape, and confirm expected side effects.

Do This Now

StepAction
1Start a run for the flow target you just changed.
2Wait for terminal state and inspect run details.
3Validate output contract keys/types used by consumers.
4Confirm expected external side effects completed.
breyta flows run <slug> --input '{"n":41}' --wait
breyta runs show <workflow-id> --pretty

What This Confirms

CheckSignal
Current target is activeThe expected runtime target is reachable.
End-to-end execution pathTrigger-to-output path works in real runtime conditions.
Output contract stabilityConsumers receive expected keys/types.
Integration healthExternal writes/actions happened as expected.

Incident Checklist

StepAction
1Identify failing step from run timeline.
2Verify required connections/secrets/inputs are configured for the runtime target.
3Isolate and reproduce failing step behavior.
4Decide retry, cancel, rollback, or compensating follow-up flow.

Inspect persisted artifacts with breyta resources ... by listing workflow resources and reading res:// refs.

Advanced/Release Validation

For broader scenario coverage (failure matrix, CLI/API regression checks, release evidence), use your integration test suite and release validation checks.

Go Deeper

As of Feb 16, 2026