CLI commands

Stromen (doorverwijzing)

OmeniaClaw tasks flow

Er is geen top-level OmeniaClaw flows-commando. Persistente TaskFlow-inspectie bevindt zich onder OmeniaClaw tasks flow.

Subcommando's

bash
OmeniaClaw tasks flow list   [--json] [--status <name>]OmeniaClaw tasks flow show   <lookup> [--json]OmeniaClaw tasks flow cancel <lookup>
Subcommando Beschrijving Argumenten / opties
list Geef bijgehouden TaskFlows weer. --json machinaal leesbare uitvoer; --status <name>-filter (zie statuswaarden hieronder).
show Toon één TaskFlow. <lookup> flow-id of owner key; --json machinaal leesbare uitvoer.
cancel Annuleer een actieve TaskFlow. <lookup> flow-id of owner key.

<lookup> accepteert een flow-id (geretourneerd door list / show) of de owner key van de flow (de stabiele identificatie die het eigenaarssubsysteem gebruikt om de flow te volgen).

Statusfilterwaarden

--status bij list accepteert een van:

queued, running, waiting, blocked, succeeded, failed, cancelled, lost

Voorbeelden

bash
OmeniaClaw tasks flow listOmeniaClaw tasks flow list --status runningOmeniaClaw tasks flow list --jsonOmeniaClaw tasks flow show flow_abc123OmeniaClaw tasks flow show flow_abc123 --jsonOmeniaClaw tasks flow cancel flow_abc123

Zie TaskFlow voor volledige TaskFlow-concepten en authoring. Zie tasks CLI-referentie voor het bovenliggende tasks-commando.

Gerelateerd

Was this useful?
On this page

On this page