- 概要
- はじめに
- 概念
- 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 maestro bpmn process` and `uip maestro bpmn processes`, covering per-folder and tenant-wide published Maestro BPMN process operations.
Once a Maestro BPMN package is published to Orchestrator it becomes a process of type ProcessOrchestration. Both command groups below are registered under the bpmn branch. This page covers two related command groups:
uip maestro bpmn process— per-folder operations on a single process definition (list in a folder, get its schema, run it, pack+publish it).uip maestro bpmn processes(plural) — tenant-wide summaries, per-process incident lookup, and diagnostics.
概要
# Singular — per-folder, operational
uip maestro bpmn process list -f <folder-key> [--filter <odata>] [--login-validity <minutes>]
uip maestro bpmn process get <process-key> <feed-id> -f <folder-key> [--login-validity <minutes>]
uip maestro bpmn process run <process-key> <folder-key> --release-key <key>
[-i, --inputs <json>] [--feed-id <id>] [--robot-ids <ids>]
[--login-validity <minutes>]
uip maestro bpmn process publish <project-path> [output-path] -f <folder-key>
[-n, --name <name>] [--process-name <name>] [-v, --version <version>]
[-i, --inputs <json>] [--feed-id <id>] [--entry-point <path>]
[--wait [--timeout <seconds>] [--poll-interval <seconds>]] [--login-validity <minutes>]
# Plural — tenant-wide summary, incidents, and diagnostics
uip maestro bpmn processes list [--folder-key <key>] [-l <limit>] [--offset <n>] [--status <status>]
uip maestro bpmn processes incidents <process-key> --folder-key <key>
uip maestro bpmn processes diagnose <process-key> --folder-key <key>
uip maestro bpmn processes error-codes <process-key> --folder-key <key>
# Singular — per-folder, operational
uip maestro bpmn process list -f <folder-key> [--filter <odata>] [--login-validity <minutes>]
uip maestro bpmn process get <process-key> <feed-id> -f <folder-key> [--login-validity <minutes>]
uip maestro bpmn process run <process-key> <folder-key> --release-key <key>
[-i, --inputs <json>] [--feed-id <id>] [--robot-ids <ids>]
[--login-validity <minutes>]
uip maestro bpmn process publish <project-path> [output-path] -f <folder-key>
[-n, --name <name>] [--process-name <name>] [-v, --version <version>]
[-i, --inputs <json>] [--feed-id <id>] [--entry-point <path>]
[--wait [--timeout <seconds>] [--poll-interval <seconds>]] [--login-validity <minutes>]
# Plural — tenant-wide summary, incidents, and diagnostics
uip maestro bpmn processes list [--folder-key <key>] [-l <limit>] [--offset <n>] [--status <status>]
uip maestro bpmn processes incidents <process-key> --folder-key <key>
uip maestro bpmn processes diagnose <process-key> --folder-key <key>
uip maestro bpmn processes error-codes <process-key> --folder-key <key>
すべてのサブコマンドには uip login が必要であり、 グローバルオプションが適用されます。終了コードは 標準コントラクトに従います。
uip maestro bpmn process list
特定のフォルダー内の利用可能な Maestro プロセス (リリース) のリストを取得します。
オプション
| オプション | Required | 説明 |
|---|---|---|
-f, --folder-key <key> | ○ | フォルダー キー (GUID)。 |
--filter <odata> | × | サーバー側で追加の OData フィルターを適用します。 |
--login-validity <minutes> | × | トークン更新のしきい値 (既定 10)。 |
データシェイプ (--output json)
{
"Code": "MaestroProcessList",
"Data": [
{
"name": "InvoiceOrchestration",
"processKey": "a1b2c3d4-0000-0000-0000-000000000001",
"processVersion": "1.0.0",
"packageId": "a1b2c3d4-0000-0000-0000-000000000001",
"packageVersion": "1.0.0",
"releaseKey": "e5f6a7b8-0000-0000-0000-000000000001",
"folderKey": "c3d4e5f6-0000-0000-0000-000000000001",
"feedId": "default",
"folderId": 42,
"active": "Yes",
"latest": "Yes"
}
]
}
{
"Code": "MaestroProcessList",
"Data": [
{
"name": "InvoiceOrchestration",
"processKey": "a1b2c3d4-0000-0000-0000-000000000001",
"processVersion": "1.0.0",
"packageId": "a1b2c3d4-0000-0000-0000-000000000001",
"packageVersion": "1.0.0",
"releaseKey": "e5f6a7b8-0000-0000-0000-000000000001",
"folderKey": "c3d4e5f6-0000-0000-0000-000000000001",
"feedId": "default",
"folderId": 42,
"active": "Yes",
"latest": "Yes"
}
]
}
uip maestro bpmn process get
Maestro プロセスのエントリ ポイント スキーマ (入力/出力 JSON スキーマ) を取得します。
引数
<process-key>(必須) — プロセス キー。<feed-id>(必須) — フィード ID (listから)。
オプション
-f, --folder-key <key>(必須)--login-validity <minutes>(default10)
データシェイプ
{
"Code": "MaestroProcessGet",
"Data": [
{
"Path": "/content/main.bpmn#Event_start",
"DisplayName": "Manual trigger",
"Type": "processorchestration",
"InputSchema": "{\"type\":\"object\",\"properties\":{}}",
"OutputSchema": "{\"type\":\"object\",\"properties\":{}}"
}
]
}
{
"Code": "MaestroProcessGet",
"Data": [
{
"Path": "/content/main.bpmn#Event_start",
"DisplayName": "Manual trigger",
"Type": "processorchestration",
"InputSchema": "{\"type\":\"object\",\"properties\":{}}",
"OutputSchema": "{\"type\":\"object\",\"properties\":{}}"
}
]
}
InputSchema と OutputSchema は、JSON スキーマの文字列を再文字列化したものです。
uip maestro bpmn process run
パブリッシュ済みのプロセスに対して Maestro ジョブを開始します。
引数
<process-key>(required) — versioned package process key fromprocess list, for exampleMyProcess:1.0.0.<folder-key>(必須) — フォルダー キー (GUID)。
オプション
| オプション | Required | 説明 |
|---|---|---|
--release-key <key> | ○ | キー (GUID) — process listから 。 |
-i, --inputs <json> | × | JSON 文字列または @path/to/file.jsonとして入力します。省略して stdin をパイプすると、stdin が解析されます。 |
--feed-id <id> | × | パッケージ検索用のフィード ID (任意)。 |
--robot-ids <ids> | × | Comma-separated robot IDs (optional). |
--login-validity <minutes> | × | トークン更新のしきい値 (既定 10)。 |
There is no --validate option on this command — inputs are sent as-is; the process itself is responsible for rejecting bad input.
入力の優先順位: --inputs <json> / --inputs @file.json > stdin >空のオブジェクト {}。
例
# Inline JSON
uip maestro bpmn process run "InvoiceOrchestration:1.0.0" "<folder-key>" \
--release-key <release-key> --inputs '{"amount":100}'
# From a file
uip maestro bpmn process run "InvoiceOrchestration:1.0.0" "<folder-key>" \
--release-key <release-key> --inputs @inputs.json
# Piped stdin
echo '{"amount":100}' | uip maestro bpmn process run "InvoiceOrchestration:1.0.0" "<folder-key>" --release-key <release-key>
# Inline JSON
uip maestro bpmn process run "InvoiceOrchestration:1.0.0" "<folder-key>" \
--release-key <release-key> --inputs '{"amount":100}'
# From a file
uip maestro bpmn process run "InvoiceOrchestration:1.0.0" "<folder-key>" \
--release-key <release-key> --inputs @inputs.json
# Piped stdin
echo '{"amount":100}' | uip maestro bpmn process run "InvoiceOrchestration:1.0.0" "<folder-key>" --release-key <release-key>
データシェイプ
{
"Code": "MaestroJobStarted",
"Data": {
"jobKey": "b2c3d4e5-0000-0000-0000-000000000001",
"state": "Pending",
"traceId": "d4e5f6a7-0000-0000-0000-000000000001"
}
}
{
"Code": "MaestroJobStarted",
"Data": {
"jobKey": "b2c3d4e5-0000-0000-0000-000000000001",
"state": "Pending",
"traceId": "d4e5f6a7-0000-0000-0000-000000000001"
}
}
次の手順: ストリームの実行またはポーリングuip maestro bpmn job status <jobKey>uip maestro bpmn job traces <jobKey>します。
uip maestro bpmn process publish
Pack a Maestro BPMN project directory into a .nupkg and publish it as an Orchestrator process release, in one step.
引数
<project-path>(required) — path to the Maestro BPMN project directory.[output-path](optional) — output directory for the generated.nupkg. Defaults to a temp directory.
オプション
| オプション | 説明 |
|---|---|
-f, --folder-key <key> | Required. Folder key (GUID). |
-n, --name <name> | Package name. Default: the project folder name. |
--process-name <name> | Process release name. Default: the package name. |
-v, --version <version> | Package version. Default 1.0.0. |
-i, --inputs <json> | Default input parameters as a JSON string, @file.json, or - for stdin. |
--feed-id <id> | Feed ID for package upload (optional). |
--entry-point <path> | Entry point path for the process. |
--wait | Wait until the published package's entry points are available, instead of returning immediately after upload. |
--timeout <seconds> | Maximum seconds to wait for publish propagation when --wait is set. Default 300. |
--poll-interval <seconds> | Seconds between publish propagation checks when --wait is set. Default 5. |
--login-validity <minutes> | Token-refresh threshold. Default 10. |
例
uip maestro bpmn process publish ./invoice-process \
--folder-key <folder-key> --version 1.2.0 --wait
uip maestro bpmn process publish ./invoice-process \
--folder-key <folder-key> --version 1.2.0 --wait
データシェイプ
{
"Code": "MaestroProcessPublished",
"Data": {
"Package": "invoice-process@1.2.0",
"PackagePath": "/tmp/maestro-process-publish-.../invoice-process.processOrchestration.ProcessOrchestration.1.2.0.nupkg",
"ProcessKey": "invoice-process.processOrchestration.ProcessOrchestration",
"ProcessVersion": "1.2.0",
"ReleaseKey": "e5f6a7b8-0000-0000-0000-000000000001",
"ReleaseName": "invoice-process",
"Action": "Created",
"Upload": [
{ "key": "invoice-process.processOrchestration.ProcessOrchestration", "status": "Created" }
],
"EntryPoints": 1
}
}
{
"Code": "MaestroProcessPublished",
"Data": {
"Package": "invoice-process@1.2.0",
"PackagePath": "/tmp/maestro-process-publish-.../invoice-process.processOrchestration.ProcessOrchestration.1.2.0.nupkg",
"ProcessKey": "invoice-process.processOrchestration.ProcessOrchestration",
"ProcessVersion": "1.2.0",
"ReleaseKey": "e5f6a7b8-0000-0000-0000-000000000001",
"ReleaseName": "invoice-process",
"Action": "Created",
"Upload": [
{ "key": "invoice-process.processOrchestration.ProcessOrchestration", "status": "Created" }
],
"EntryPoints": 1
}
}
Action is "Created" on first publish of a given process key, "Updated" on subsequent publishes.
uip maestro bpmn processes list
Tenant-wide (or folder-scoped) summary of Maestro processes. Unlike the singular process list, no processType filter is applied server-side — the plural command is shared across tools (Maestro, Flow, Case) and does not scope to ProcessOrchestration on its own.
オプション
| オプション | 説明 |
|---|---|
--folder-key <key> | Optional. Scope the summary to one folder. |
-l, --limit <number> | 返すアイテムの数 (1-10000)。 |
--offset <number> | Number of items to skip (0-1000000). Default 0. |
--status <status> | Filter by process status. |
データシェイプ
{
"Code": "ProcessList",
"Data": [ /* array of Maestro process summaries */ ]
}
{
"Code": "ProcessList",
"Data": [ /* array of Maestro process summaries */ ]
}
各プロセス概要の正確なフィールド セットは Maestro ランタイムによって指定され、さらに進化する可能性があります。データがあるテナントに対して --output json でコマンドを 1 回実行して使用するフィールドを確認し、特定のフィールドを解析する場合は CI に @uipath/cli ピン留めします。
uip maestro bpmn processes incidents
特定の Maestro プロセス定義のすべてのインシデントを取得します。
引数
<process-key>(必須) — プロセス定義キー。
オプション
--folder-key <key>(必須)
データシェイプ
{
"Code": "ProcessIncidents",
"Data": [ /* array of process incidents */ ]
}
{
"Code": "ProcessIncidents",
"Data": [ /* array of process incidents */ ]
}
uip maestro bpmn processes diagnose
Correlate a process's summary, incidents, and error codes in a single call — a convenience wrapper over processes list, processes incidents, and processes error-codes.
引数
<process-key>(必須) — プロセス定義キー。
オプション
--folder-key <key>(必須)
データシェイプ
{
"Code": "ProcessDiagnostics",
"Data": {
"ProcessKey": "InvoiceOrchestration",
"FolderKey": "c3d4e5f6-0000-0000-0000-000000000001",
"Summary": { /* the matching process summary object, or null if not found */ },
"FaultedCount": 2,
"RunningCount": 5,
"Incidents": [ /* array of incident objects */ ],
"IncidentCount": 1,
"ErrorCodes": [ /* array of error code strings */ ],
"ErrorCodeCount": 1
}
}
{
"Code": "ProcessDiagnostics",
"Data": {
"ProcessKey": "InvoiceOrchestration",
"FolderKey": "c3d4e5f6-0000-0000-0000-000000000001",
"Summary": { /* the matching process summary object, or null if not found */ },
"FaultedCount": 2,
"RunningCount": 5,
"Incidents": [ /* array of incident objects */ ],
"IncidentCount": 1,
"ErrorCodes": [ /* array of error code strings */ ],
"ErrorCodeCount": 1
}
}
uip maestro bpmn processes error-codes
Get the unique error codes raised by incidents for a specific process.
引数
<process-key>(必須) — プロセス定義キー。
オプション
--folder-key <key>(必須)
データシェイプ
{
"Code": "ProcessIncidentErrorCodes",
"Data": [ /* array of error code strings */ ]
}
{
"Code": "ProcessIncidentErrorCodes",
"Data": [ /* array of error code strings */ ]
}
参照
uip maestro bpmn instances— 実行中の実行を検査およびステアリングするuip maestro bpmn job— 単一のジョブのトレースとステータスuip maestro bpmn incidents— インシデントの概要と詳細- Orchestrator のジョブ、 Orchestrator のプロセス
- Maestro の概要
- 概要
- uip maestro bpmn process list
- オプション
- データシェイプ (
--output json) - uip maestro bpmn process get
- 引数
- オプション
- データシェイプ
- uip maestro bpmn process run
- 引数
- オプション
- 例
- データシェイプ
- uip maestro bpmn process publish
- 引数
- オプション
- 例
- データシェイプ
- uip maestro bpmn processes list
- オプション
- データシェイプ
- uip maestro bpmn processes incidents
- 引数
- オプション
- データシェイプ
- uip maestro bpmn processes diagnose
- 引数
- オプション
- データシェイプ
- uip maestro bpmn processes error-codes
- 引数
- オプション
- データシェイプ
- 参照