mirror of
https://github.com/openclaw/openclaw.git
synced 2026-04-01 06:56:47 +02:00
1.1 KiB
1.1 KiB
summary, read_when, title
| summary | read_when | title | ||
|---|---|---|---|---|
| CLI reference for `openclaw flows` (list, inspect, cancel) |
|
flows |
openclaw flows
Inspect and manage ClawFlow jobs.
openclaw flows list
openclaw flows show <lookup>
openclaw flows cancel <lookup>
Commands
flows list
List tracked flows and their task counts.
openclaw flows list
openclaw flows list --status blocked
openclaw flows list --json
flows show
Show one flow by flow id or owner session key.
openclaw flows show <lookup>
openclaw flows show <lookup> --json
The output includes the flow status, current step, blocked summary when present, and linked tasks.
flows cancel
Cancel a flow and any active child tasks.
openclaw flows cancel <lookup>
Related
- ClawFlow — job-level orchestration above tasks
- Background Tasks — detached work ledger
- CLI reference — full command tree