mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-30 13:36:45 +02:00
24 lines
575 B
Markdown
24 lines
575 B
Markdown
---
|
|
summary: "Redirect: flow commands live under `openclaw tasks flow`"
|
|
read_when:
|
|
- You encounter openclaw flows in older docs or release notes
|
|
title: "Flows (redirect)"
|
|
---
|
|
|
|
# `openclaw tasks flow`
|
|
|
|
Flow commands are subcommands of `openclaw tasks`, not a standalone `flows` command.
|
|
|
|
```bash
|
|
openclaw tasks flow list [--json]
|
|
openclaw tasks flow show <lookup>
|
|
openclaw tasks flow cancel <lookup>
|
|
```
|
|
|
|
For full documentation see [Task Flow](/automation/taskflow) and the [tasks CLI reference](/cli/tasks).
|
|
|
|
## Related
|
|
|
|
- [CLI reference](/cli)
|
|
- [Automation](/automation)
|