2026-03-31 10:08:50 +02:00
---
2026-04-01 08:44:31 -04:00
summary: "Compatibility note for the mistakenly documented `openclaw flows` command"
2026-03-31 10:08:50 +02:00
read_when:
2026-04-01 08:44:31 -04:00
- You encounter openclaw flows in older release notes, issue threads, or search results
- You want to know what command replaced openclaw flows
2026-03-31 10:08:50 +02:00
title: "flows"
---
# `openclaw flows`
2026-04-01 08:44:31 -04:00
`openclaw flows` is **not ** a current OpenClaw CLI command.
2026-03-31 10:08:50 +02:00
2026-04-01 08:44:31 -04:00
Some older release notes and docs mistakenly documented a `flows` command surface. The supported operator surface is [`openclaw tasks` ](/automation/tasks ).
2026-03-31 10:08:50 +02:00
``` bash
2026-04-01 08:44:31 -04:00
openclaw tasks list
openclaw tasks show <lookup>
openclaw tasks cancel <lookup>
2026-03-31 10:08:50 +02:00
```
2026-04-01 08:44:31 -04:00
## Use instead
2026-03-31 10:08:50 +02:00
2026-04-01 08:44:31 -04:00
- `openclaw tasks list` — list tracked background tasks
- `openclaw tasks show <lookup>` — inspect one task by task id, run id, or session key
- `openclaw tasks cancel <lookup>` — cancel a running background task
- `openclaw tasks notify <lookup> <policy>` — change task notification behavior
- `openclaw tasks audit` — surface stale or broken task runs
2026-03-31 10:08:50 +02:00
2026-04-01 08:44:31 -04:00
## Why this page exists
2026-03-31 10:08:50 +02:00
2026-04-01 08:44:31 -04:00
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.
2026-03-31 10:08:50 +02:00
## Related
- [Background Tasks ](/automation/tasks ) — detached work ledger
- [CLI reference ](/cli/index ) — full command tree