CLI commands
플로우(리디렉션)
openclaw tasks flow
최상위 openclaw flows 명령은 없습니다. 영구 TaskFlow 검사는 openclaw tasks flow 아래에 있습니다.
하위 명령
openclaw tasks flow list [--json] [--status <name>]openclaw tasks flow show <lookup> [--json]openclaw tasks flow cancel <lookup>| 하위 명령 | 설명 | 인수 / 옵션 |
|---|---|---|
list |
추적 중인 TaskFlow를 나열합니다. | --json 기계 판독 가능 출력; --status <name> 필터(아래 상태 값 참조). |
show |
하나의 TaskFlow를 표시합니다. | <lookup> 흐름 ID 또는 소유자 키; --json 기계 판독 가능 출력. |
cancel |
실행 중인 TaskFlow를 취소합니다. | <lookup> 흐름 ID 또는 소유자 키. |
<lookup>에는 흐름 ID(list / show에서 반환됨) 또는 흐름의 소유자 키(소유 하위 시스템이 흐름을 추적하는 데 사용하는 안정적인 식별자)를 사용할 수 있습니다.
상태 필터 값
list의 --status에는 queued, running, waiting, blocked, succeeded, failed, cancelled, lost 중 하나를 사용할 수 있습니다.
예시
openclaw tasks flow listopenclaw tasks flow list --status runningopenclaw tasks flow list --jsonopenclaw tasks flow show flow_abc123openclaw tasks flow show flow_abc123 --jsonopenclaw tasks flow cancel flow_abc123TaskFlow 개념과 작성 방법은 TaskFlow를 참조하세요. 상위 tasks 명령은 tasks CLI 참조를 참조하세요.
관련 항목
Was this useful?