Task Flow Operations
Inspect, cancel, and recover background flows
Inspect, cancel, and recover background flows
Page scope (task-flow operations niche): This page targets background orchestration operations only (flow lifecycle, cancellation, recovery). For install/upgrade checklists use Upgrading / Migrating. For deployment rollout use Deployment Upgrade Runbook. For release history use Releases.
openclaw flows list
openclaw flows show <flow-id>
openclaw flows cancel <flow-id>
Use these commands to observe flow status and manage long-running orchestration separately from interactive chat turns.
openclaw doctor to validate final state.For infrastructure failures, continue in Deployment Upgrade Runbook. For config-path breakages, use Upgrading / Migrating.
Cron and webhooks wake the agent on a schedule or external event. Task flow is for multi-step orchestration that may outlive a single chat turn—background children, blocked states, and explicit cancellation. Use flows when you need observability across steps; use cron for simple “run this prompt every morning.”
Official reference: Task flow docs.
Log task IDs when a flow blocks or fails—support threads need the ID to trace children. Cancel stale flows before retrying; duplicate runs can double-charge API usage.