메인 콘텐츠로 건너뛰기

openclaw tasks

내구성 있는 백그라운드 작업과 TaskFlow 상태를 검사합니다. 하위 명령 없이 openclaw tasks를 실행하면 openclaw tasks list와 동일합니다. 수명 주기와 전달 모델은 Background Tasks를 참고하세요.

사용법

openclaw tasks
openclaw tasks list
openclaw tasks list --runtime acp
openclaw tasks list --status running
openclaw tasks show <lookup>
openclaw tasks notify <lookup> state_changes
openclaw tasks cancel <lookup>
openclaw tasks audit
openclaw tasks maintenance
openclaw tasks maintenance --apply
openclaw tasks flow list
openclaw tasks flow show <lookup>
openclaw tasks flow cancel <lookup>

루트 옵션

  • --json: JSON 출력
  • --runtime <name>: 종류별 필터: subagent, acp, cron, 또는 cli
  • --status <name>: 상태별 필터: queued, running, succeeded, failed, timed_out, cancelled, 또는 lost

하위 명령

list

openclaw tasks list [--runtime <name>] [--status <name>] [--json]
추적된 백그라운드 작업을 최신순으로 나열합니다.

show

openclaw tasks show <lookup> [--json]
작업 ID, 실행 ID 또는 세션 키로 단일 작업을 표시합니다.

notify

openclaw tasks notify <lookup> <done_only|state_changes|silent>
실행 중인 작업의 알림 정책을 변경합니다.

cancel

openclaw tasks cancel <lookup>
실행 중인 백그라운드 작업을 취소합니다.

audit

openclaw tasks audit [--severity <warn|error>] [--code <name>] [--limit <n>] [--json]
오래된 항목, 손실된 항목, 전달 실패 또는 그 밖에 일관성이 없는 작업 및 TaskFlow 레코드를 표시합니다.

maintenance

openclaw tasks maintenance [--apply] [--json]
작업 및 TaskFlow 조정, 정리 스탬프 처리, 가지치기를 미리 보거나 적용합니다.

flow

openclaw tasks flow list [--status <name>] [--json]
openclaw tasks flow show <lookup> [--json]
openclaw tasks flow cancel <lookup>
작업 원장 아래의 내구성 있는 TaskFlow 상태를 검사하거나 취소합니다.