Zum Hauptinhalt springen

Documentation Index

Fetch the complete documentation index at: https://docs.openclaw.ai/llms.txt

Use this file to discover all available pages before exploring further.

openclaw tasks flow

Es gibt keinen openclaw flows-Befehl auf oberster Ebene. Die dauerhafte TaskFlow-Inspektion befindet sich unter openclaw tasks flow.

Unterbefehle

openclaw tasks flow list   [--json] [--status <name>]
openclaw tasks flow show   <lookup> [--json]
openclaw tasks flow cancel <lookup>
UnterbefehlBeschreibungArgumente / Optionen
listNachverfolgte TaskFlows auflisten.--json maschinenlesbare Ausgabe; --status <name> Filter (siehe Statuswerte unten).
showEinen TaskFlow anzeigen.<lookup> Flow-ID oder Owner-Schlüssel; --json maschinenlesbare Ausgabe.
cancelEinen laufenden TaskFlow abbrechen.<lookup> Flow-ID oder Owner-Schlüssel.
<lookup> akzeptiert entweder eine Flow-ID (zurückgegeben von list / show) oder den Owner-Schlüssel des Flows (den stabilen Bezeichner, den das besitzende Subsystem verwendet, um den Flow nachzuverfolgen).

Statusfilterwerte

--status bei list akzeptiert einen der folgenden Werte: queued, running, waiting, blocked, succeeded, failed, cancelled, lost

Beispiele

openclaw tasks flow list
openclaw tasks flow list --status running
openclaw tasks flow list --json
openclaw tasks flow show flow_abc123
openclaw tasks flow show flow_abc123 --json
openclaw tasks flow cancel flow_abc123
Vollständige TaskFlow-Konzepte und Informationen zum Erstellen finden Sie unter TaskFlow. Informationen zum übergeordneten Befehl tasks finden Sie in der tasks-CLI-Referenz.

Verwandt