- 概要
- はじめに
- 概念
- UiPath CLI を使用する
- 使用ガイド
- CI/CD レシピ
- コマンド リファレンス
- 概要
- 終了コード
- グローバル オプション
- uip codedagent
- uip coder
- uip context-grounding
- uip docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- add-test-data-entity
- テスト データのキューを追加
- 追加-テスト-データ-バリエーション
- 分析
- 開発
- プロジェクトを作成
- 差分
- アクティビティを検索
- GET-ANALYZER-RULES
- get-default-activity-xaml
- エラーを取得
- 手動テスト用のテスト ケースを取得
- 手動テストステップを取得
- get-library-object-repository
- get-object-repository
- get-versions
- Get-workflow-example
- indicate-application
- 要素を示す
- inspect-package
- install-data-fabric-entities
- パッケージのインストールまたは更新
- list-data-fabric-entities
- list-instances
- list-workflow-examples
- パッケージ化
- パブリッシュ
- remote
- 元に戻す
- run, debug & execution
- ファイル名を実行
- 検索テンプレート
- スタートスタジオ
- 実行を停止
- tm
- UIA
- uip tasks
- uip traces
- uip traces feedback
- 移行
- 参照とサポート
Syntax and options for `uip or queues`, which manages Orchestrator queue containers for transactional work items.
Manage Orchestrator のキュー — オートメーションがトランザクションごとに処理する作業項目のコンテナーです。キューはフォルダー範囲です。キュー内のアイテムごとの操作については、「 uip or queue-items」をご覧ください。
リソース間の規則 (認証、フォルダー スコープ、キーの種類、出力エンベロープ) については、「 uip or の概要」をご覧ください。
概要
uip or queues list --folder-path <path> | --folder-key <key> [-n <name>] [-l <n>] [--offset <n>] [--sort-by <field>]
uip or queues get <queue-key>
uip or queues create <name> --folder-path <path> | --folder-key <key> [options below]
uip or queues update <queue-key> [options as for create]
uip or queues delete <queue-key> --yes [-f]
uip or queues get-stats --key <queue-key> [--folder-path <path> | --folder-key <key>] [-n <name>] [--from <date>] [--to <date>] [--all-fields]
uip or queues get-folders <queue-key>
uip or queues share <queue-key> --folder-path <path> | --folder-key <key>
uip or queues unshare <queue-key> --folder-path <path> | --folder-key <key>
uip or queues list --folder-path <path> | --folder-key <key> [-n <name>] [-l <n>] [--offset <n>] [--sort-by <field>]
uip or queues get <queue-key>
uip or queues create <name> --folder-path <path> | --folder-key <key> [options below]
uip or queues update <queue-key> [options as for create]
uip or queues delete <queue-key> --yes [-f]
uip or queues get-stats --key <queue-key> [--folder-path <path> | --folder-key <key>] [-n <name>] [--from <date>] [--to <date>] [--all-fields]
uip or queues get-folders <queue-key>
uip or queues share <queue-key> --folder-path <path> | --folder-key <key>
uip or queues unshare <queue-key> --folder-path <path> | --folder-key <key>
リスト (List)
List queues in a folder. Requires --folder-path or --folder-key. Filter: -n, --name <name>. --sort-by <field> sorts results (default Id desc).
uip or queues list --folder-path Shared
uip or queues list --folder-path Shared
get
キューの詳細をキーで取得します。クロスフォルダー。
作成
Create a queue in a folder. Requires <name>. Flags: -d, --description, --max-retries, --sla-in-minutes <minutes>, --risk-sla-in-minutes <minutes>, --auto-retry / --no-auto-retry (default on), --retry-abandoned-items / --no-retry-abandoned-items, --enforce-unique-reference / --no-enforce-unique-reference, --encrypted, --retention-action <Delete|Archive|None> (default Delete), --retention-period <days> (default 30), --stale-retention-action (default Delete), --stale-retention-period <days> (default 180).
uip or queues create InvoiceQueue --folder-path Shared \
--max-retries 3 --retention-period 90
uip or queues create InvoiceQueue --folder-path Shared \
--max-retries 3 --retention-period 90
更新
キューのプロパティをキーで更新します。クロスフォルダー。createと同じフラグで、すべて任意です。
削除
Delete a queue by key. Cross-folder. Requires -y, --yes — the CLI never prompts for destructive operations. Add -f, --force to delete a queue that still has items — without it, a non-empty queue is refused; --force deletes the items along with the queue and implies --yes.
uip or queues delete a1b2c3d4-0000-0000-0000-000000000010 --yes
uip or queues delete a1b2c3d4-0000-0000-0000-000000000010 --yes
get-stats
Get processing statistics (item counts, exception counts, processing times) for a queue. Unlike every other verb on this page, the queue is identified by a required option, not a positional argument: --key <queue-key>. Optional -n, --name <name> (contains-match, combined with --key), --from <date> / --to <date> (ISO 8601, filter by last-processed date), --all-fields.
uip or queues get-stats --key a1b2c3d4-0000-0000-0000-000000000001
uip or queues get-stats --key a1b2c3d4-0000-0000-0000-000000000001
フォルダを取得、共有、共有解除
終了コード
See Exit codes for the shared contract. delete exits 1 if -y, --yes is omitted.
関連コマンド
uip or queue-items— キュー内のアイテムごとの操作。
参照
uip orの概要—すべてのuip or動詞に共通する規則。- 方法: Orchestrator のアセットとキューを管理する — キュー アイテムの一括パターン。