Skip to content

compozy task

Manage tasks and task runs

For people running agent work61 pages in this section

compozy task

Manage tasks and task runs

Examples

  # Create durable task intent without starting execution
  compozy task create --scope workspace --workspace checkout-api --title "Audit auth flow"

  # Explicitly enqueue execution for an existing task
  compozy task start task-123 --network live \
    --network-channel-strategy named --network-channel coord-run-123

  # Let the current agent session claim work
  compozy task next --wait

Options

  -h, --help   help for task

Options inherited from parent commands

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

Output Formats

This command displays human-readable help and its subcommand list. The inherited -o, --output and --json flags do not serialize help output.

FormatOutput
humanHelp and subcommand list
jsonNot emitted for help
jsonlNot emitted for help
toonNot emitted for help

Subcommands

CommandDescription
compozy task approveApprove a task and enqueue its first run
compozy task blockBlock a task with a typed reason
compozy task blocksList task blocks
compozy task cancelCancel a task tree
compozy task childManage child tasks
compozy task completeComplete a claimed task run for the current agent session
compozy task createCreate a task
compozy task deleteDelete a task
compozy task dependencyManage task dependencies
compozy task failFail task runs through a session-bound lease or operator override
compozy task fan-outEnqueue designated sibling runs for one task
compozy task getShow one task with related detail
compozy task heartbeatExtend a claimed task run lease for the current agent session
compozy task inspectInspect a task or run with diagnostics
compozy task listList tasks
compozy task nextClaim the next task run for the current agent session
compozy task notificationManage task terminal notifications
compozy task pausePause new runs for one task
compozy task profileManage task execution profiles
compozy task promotePromote one network thread message into a task
compozy task publishPublish a draft task and enqueue its first run
compozy task recoverRecover a task from needs_attention
compozy task rejectReject a pending approval task
compozy task releaseForce release claimed task runs back to the queue
compozy task resumeResume new runs for one paused task
compozy task retryRetry one failed task run
compozy task reviewManage task-run reviews
compozy task runManage task runs
compozy task startEnqueue a run for an executable task
compozy task unblockClear one task block
compozy task updateUpdate mutable task fields

On this page