メインコンテンツへスキップ

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

トップレベルの openclaw flows コマンドはありません。永続的な TaskFlow の検査は openclaw tasks flow 配下にあります。

サブコマンド

openclaw tasks flow list   [--json] [--status <name>]
openclaw tasks flow show   <lookup> [--json]
openclaw tasks flow cancel <lookup>
サブコマンド説明引数 / オプション
list追跡中の TaskFlow を一覧表示します。--json 機械可読出力。--status <name> フィルター(下記のステータス値を参照)。
show1 つの TaskFlow を表示します。<lookup> フロー ID またはオーナーキー。--json 機械可読出力。
cancel実行中の TaskFlow をキャンセルします。<lookup> フロー ID またはオーナーキー。
<lookup> には、フロー ID(list / show によって返されるもの)またはフローのオーナーキー(所有するサブシステムがフローを追跡するために使用する安定した識別子)のいずれかを指定できます。

ステータスフィルター値

list--status には、次のいずれかを指定できます。 queued, running, waiting, blocked, succeeded, failed, cancelled, lost

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
TaskFlow の完全な概念と作成については TaskFlow を参照してください。親の tasks コマンドについては tasks CLI リファレンス を参照してください。

関連