Files
openclaw/docs/cli/flows.md
Mariano 607076d164 ClawFlow: add runtime substrate (#58336)
Merged via squash.

Prepared head SHA: 6a6158179e
Reviewed-by: @mbelinky
2026-03-31 13:58:29 +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, wait target, blocked summary when present, stored output keys, and linked tasks.

flows cancel

Cancel a flow and any active child tasks.

openclaw flows cancel <lookup>