Files
openclaw/docs/cli/flows.md
Mariano f86e5c0a08 ClawFlow: add linear flow control surface (#58227)
* ClawFlow: add linear flow control surface

* Flows: clear blocked metadata on resume
2026-03-31 10:08:50 +02:00

1.1 KiB

summary, read_when, title
summary read_when title
CLI reference for `openclaw flows` (list, inspect, cancel)
You want to inspect or cancel a flow
You want to see how background tasks roll up into a higher-level job
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>