Naar hoofdinhoud gaan

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.

Inspecteer duurzame achtergrondtaken en de Task Flow-status. Zonder subopdracht is openclaw tasks gelijk aan openclaw tasks list. Zie Achtergrondtaken voor de levenscyclus en het aflevermodel.

Gebruik

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>

Hoofdopties

  • --json: voer JSON uit.
  • --runtime <name>: filter op soort: subagent, acp, cron of cli.
  • --status <name>: filter op status: queued, running, succeeded, failed, timed_out, cancelled of lost.

Subopdrachten

list

openclaw tasks list [--runtime <name>] [--status <name>] [--json]
Geeft bijgehouden achtergrondtaken weer, nieuwste eerst.

show

openclaw tasks show <lookup> [--json]
Toont één taak op taak-ID, uitvoerings-ID of sessiesleutel.

notify

openclaw tasks notify <lookup> <done_only|state_changes|silent>
Wijzigt het meldingsbeleid voor een actieve taak.

cancel

openclaw tasks cancel <lookup>
Annuleert een actieve achtergrondtaak.

audit

openclaw tasks audit [--severity <warn|error>] [--code <name>] [--limit <n>] [--json]
Brengt verouderde, verloren, met mislukte aflevering of anderszins inconsistente taak- en Task Flow-records aan het licht. Verloren taken die tot cleanupAfter worden bewaard, zijn waarschuwingen; verlopen of niet-gestempelde verloren taken zijn fouten.

maintenance

openclaw tasks maintenance [--apply] [--json]
Toont een voorbeeld van of past taak- en Task Flow-reconciliatie, opschoonstempeling en verwijdering toe. Voor cron-taken gebruikt reconciliatie vastgelegde uitvoeringslogboeken/taakstatus voordat een oude actieve taak als lost wordt gemarkeerd, zodat voltooide cron-uitvoeringen geen foutieve auditfouten worden alleen omdat de in-memory Gateway-runtime-status verdwenen is. Offline CLI-audit is niet gezaghebbend voor de proceslokale actieve-taakset van de Gateway voor cron.

flow

openclaw tasks flow list [--status <name>] [--json]
openclaw tasks flow show <lookup> [--json]
openclaw tasks flow cancel <lookup>
Inspecteert of annuleert duurzame Task Flow-status onder het taaklogboek.

Gerelateerd