Skip to content
TaskRun
CompozyOS RuntimeTask

compozy task run

Manage task runs

Audience
Operators running durable agent work
Focus
Task guidance shaped for scanability, day-two clarity, and operator context.

compozy task run

Manage task runs

compozy task run [flags]

Options

  -h, --help   help for run

Options inherited from parent commands

      --json            Emit JSON output
  -o, --output string   Output format: human, json, jsonl, or toon (default "human")

Output Formats

Every Compozy command supports -o, --output:

  • human for interactive terminal use
  • json for scripts and other machine-readable consumers
  • jsonl for wait or streaming commands that emit one JSON record per line
  • toon for compact agent-readable summaries

Example:

compozy task run -o json

Subcommands

CommandDescription
compozy task run attach-sessionAttach an existing session to a claimed or starting run
compozy task run cancelCancel a task run
compozy task run completeComplete a running task run
compozy task run enqueueEnqueue a task run
compozy task run failFail a task run
compozy task run listList runs for a task
compozy task run recoverRecover one needs_attention task run
compozy task run showShow a task run
compozy task run startStart a claimed task run

On this page