mirror of https://github.com/openclaw/openclaw.git
1.3 KiB
1.3 KiB
| summary | read_when | title | ||
|---|---|---|---|---|
| Compatibility note for the mistakenly documented `openclaw flows` command |
|
flows |
openclaw flows
openclaw flows is not a current OpenClaw CLI command.
Some older release notes and docs mistakenly documented a flows command surface. The supported operator surface is openclaw tasks.
openclaw tasks list
openclaw tasks show <lookup>
openclaw tasks cancel <lookup>
Use instead
openclaw tasks list— list tracked background tasksopenclaw tasks show <lookup>— inspect one task by task id, run id, or session keyopenclaw tasks cancel <lookup>— cancel a running background taskopenclaw tasks notify <lookup> <policy>— change task notification behavioropenclaw tasks audit— surface stale or broken task runs
Why this page exists
This page stays in place so existing links from older changelog entries, issue threads, and search results have a clear correction instead of a dead end.
Related
- Background Tasks — detached work ledger
- CLI reference — full command tree