mirror of https://github.com/openclaw/openclaw.git
1.7 KiB
1.7 KiB
| summary | read_when | title | |||
|---|---|---|---|---|---|
| Compatibility note for older ClawFlow references in release notes and docs |
|
ClawFlow |
ClawFlow
ClawFlow appears in some older OpenClaw release notes and documentation as if it were a user-facing runtime with its own openclaw flows command surface.
That is not the current operator-facing surface in this repository.
Today, the supported CLI surface for inspecting and managing detached work is openclaw tasks.
What to use today
openclaw tasks listshows tracked detached runsopenclaw tasks show <lookup>shows one task by task id, run id, or session keyopenclaw tasks cancel <lookup>cancels a running taskopenclaw tasks auditsurfaces stale or broken task runs
openclaw tasks list
openclaw tasks show <lookup>
openclaw tasks cancel <lookup>
What this means for older references
If you see ClawFlow or openclaw flows in:
- old release notes
- issue threads
- stale search results
- outdated local notes
translate those instructions to the current task CLI:
openclaw flows list->openclaw tasks listopenclaw flows show <lookup>->openclaw tasks show <lookup>openclaw flows cancel <lookup>->openclaw tasks cancel <lookup>
Related
- Background Tasks — detached work ledger
- CLI: flows — compatibility note for the mistaken command name
- Cron Jobs — scheduled jobs that may create tasks