uipath-cli
latest
false
UiPath CLI ユーザー ガイド
- 概要
- はじめに
- 概念
- 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
- 移行
- 参照とサポート
重要 :
このコンテンツは機械翻訳によって処理されています。
新しいコンテンツの翻訳は、およそ 1 ~ 2 週間で公開されます。
Syntax and options for `uip maestro bpmn refresh`, which regenerates a Maestro project's package metadata files to match its .bpmn file.
uip maestro bpmn refresh updates a project's package metadata files (entry-points.json, bindings_v2.json, operate.json, package-descriptor.json) so they match the current state of the project's .bpmn file. This is the current, non-deprecated replacement for update-metadata. It's registered under the bpmn branch.
概要
uip maestro bpmn refresh <project-path>
uip maestro bpmn refresh <project-path>
引数
<project-path>(required) — path to the Maestro Process Orchestration project directory (not a single.bpmnfile).
例
uip maestro bpmn refresh ./invoice-orchestration
uip maestro bpmn refresh ./invoice-orchestration
データシェイプ(--output json)
{
"Code": "BpmnRefresh",
"Data": {
"Status": "Updated BPMN package files",
"ProjectPath": "/workspace/invoice-orchestration",
"BpmnFile": "invoice-orchestration.bpmn",
"WrittenFiles": ["entry-points.json", "bindings_v2.json", "operate.json", "package-descriptor.json"],
"UnchangedFiles": []
}
}
{
"Code": "BpmnRefresh",
"Data": {
"Status": "Updated BPMN package files",
"ProjectPath": "/workspace/invoice-orchestration",
"BpmnFile": "invoice-orchestration.bpmn",
"WrittenFiles": ["entry-points.json", "bindings_v2.json", "operate.json", "package-descriptor.json"],
"UnchangedFiles": []
}
}
WrittenFiles lists only the metadata files that actually changed; files already matching the .bpmn file's current state are listed in UnchangedFiles instead.
On failure, the response uses Code: "BpmnRefreshFailed" with Message/Instructions.
参照
uip maestro bpmn update-metadata— deprecated predecessor of this commanduip maestro bpmn validate— structurally validate the.bpmnfile firstuip maestro bpmn pack— pack the project once metadata is current- Maestro の概要