Zum Hauptinhalt springen

openclaw tasks

Dauerhafte Hintergrundaufgaben und den TaskFlow-Status prüfen. Ohne Unterbefehl ist openclaw tasks gleichbedeutend mit openclaw tasks list. Siehe Hintergrundaufgaben für das Lebenszyklus- und Zustellungsmodell.

Verwendung

openclaw tasks
openclaw tasks list
openclaw tasks list --runtime acp
openclaw tasks list --status running
openclaw tasks show <lookup>
openclaw tasks notify <lookup> state_changes
openclaw tasks cancel <lookup>
openclaw tasks audit
openclaw tasks maintenance
openclaw tasks maintenance --apply
openclaw tasks flow list
openclaw tasks flow show <lookup>
openclaw tasks flow cancel <lookup>

Root-Optionen

  • --json: JSON ausgeben.
  • --runtime <name>: nach Art filtern: subagent, acp, cron oder cli.
  • --status <name>: nach Status filtern: queued, running, succeeded, failed, timed_out, cancelled oder lost.

Unterbefehle

list

openclaw tasks list [--runtime <name>] [--status <name>] [--json]
Listet verfolgte Hintergrundaufgaben in absteigender Reihenfolge nach Neuheit auf.

show

openclaw tasks show <lookup> [--json]
Zeigt eine Aufgabe anhand von Aufgaben-ID, Lauf-ID oder Sitzungsschlüssel.

notify

openclaw tasks notify <lookup> <done_only|state_changes|silent>
Ändert die Benachrichtigungsrichtlinie für eine laufende Aufgabe.

cancel

openclaw tasks cancel <lookup>
Bricht eine laufende Hintergrundaufgabe ab.

audit

openclaw tasks audit [--severity <warn|error>] [--code <name>] [--limit <n>] [--json]
Macht veraltete, verlorene, bei der Zustellung fehlgeschlagene oder anderweitig inkonsistente Aufgaben- und TaskFlow-Datensätze sichtbar.

maintenance

openclaw tasks maintenance [--apply] [--json]
Zeigt den Abgleich, die Bereinigungsmarkierung und das Pruning von Aufgaben und TaskFlow in der Vorschau an oder wendet sie an.

flow

openclaw tasks flow list [--status <name>] [--json]
openclaw tasks flow show <lookup> [--json]
openclaw tasks flow cancel <lookup>
Prüft oder bricht dauerhaften TaskFlow-Status im Aufgaben-Ledger ab.