mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-03 13:22:14 +00:00
935 B
935 B
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| CLI reference for `openclaw flows` commands |
|
flows |
openclaw flows
Inspect and manage TaskFlow flows from the command line.
Commands
flows list
openclaw flows list [--json]
List active and recent flows with status and sync mode.
flows show
openclaw flows show <lookup>
Show details for a specific flow by flow id or lookup key, including state, revision history, and associated tasks.
flows cancel
openclaw flows cancel <lookup>
Cancel a running flow and its active tasks.
Related
- TaskFlow — flow orchestration overview
- Background Tasks — the detached work ledger
- CLI reference — full command tree