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 validate`, which structurally validates a single .bpmn or Studio Web XML export file.
uip maestro bpmn validate validates a single .bpmn file (or a Studio Web BPMN XML export) for structural correctness — well-formed BPMN plus UiPath extensions — without touching any project metadata files. It's registered under the bpmn branch.
概要
uip maestro bpmn validate <file>
uip maestro bpmn validate <file>
引数
<file>(required) — path to the.bpmnor.xmlfile to validate. This is a single file, not a project directory.
例
uip maestro bpmn validate process.bpmn
uip maestro bpmn validate export.xml
uip maestro bpmn validate process.bpmn
uip maestro bpmn validate export.xml
データシェイプ(--output json)
{
"Code": "BpmnValidate",
"Data": {
"File": "process.bpmn",
"Status": "Valid",
"ProcessCount": 1,
"StartEventCount": 1,
"UiPathExtensionCount": 4
}
}
{
"Code": "BpmnValidate",
"Data": {
"File": "process.bpmn",
"Status": "Valid",
"ProcessCount": 1,
"StartEventCount": 1,
"UiPathExtensionCount": 4
}
}
A non-zero exit code is returned when validation fails; the process's own exit code reflects the validator's result rather than always exiting 0.
参照
uip maestro bpmn init— scaffold a new project with a valid starter BPMNuip maestro bpmn refresh— regenerate project metadata from a validated.bpmnuip maestro bpmn pack— pack a project for deployment- Maestro の概要