Skip to main content

Run Flows

Command flows for creating, observing, and managing evaluation runs.

These flows cover the user-facing run commands that create durable work, inspect run progress, stream updates, export evidence, and cancel open work. They connect CLI responses to the same persisted lifecycle shown in the state diagrams.

Each command page includes:

  • an execution flow that shows calls between the user, Vigilo, and backing services
  • a decision flow that shows validation, branching, terminal responses, and error handling

Commands

  • Create validates run inputs and stores pending run work.
  • Test performs a local evaluator test path without creating a durable run.
  • Status reads the current run and gate status.
  • Watch follows run state until completion or interruption.
  • Results reads completed run output for review.
  • Export writes run evidence into an external artifact format.
  • Cancel requests cancellation for open run work.