uipath-cli
latest
false
UiPath-CLI-Benutzerhandbuch
- Überblick
- Erste Schritte
- Konzepte
- Verwenden der UiPath CLI
- Anleitungen
- CI/CD-Rezepte
- Befehlsreferenz
- Überblick
- Exitcodes
- Globale Optionen
- UIP-codierter Agent
- uip coder
- uip context-grounding
- UIP-Dokumentation
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- Add-Test-Data-Entität
- Add-Test-Data-Queue
- Add-Test-Data-Variation
- Analysieren
- Erstellen
- Ein Projekt erstellen
- Diff
- Suchaktivitäten
- Get-Analyse-Regeln
- get-standard-aktivität-xaml
- Fehler abrufen
- Manuelle-Testfälle erhalten
- Manuelle-Testschritte erhalten
- get-library-object-repository
- get-object-repository
- Get-Versionen
- Beispiel für einen Workflow abrufen
- Anwendung anzeigen
- Anzeigeelement
- Inspektionspaket
- install-data-fabric-entities
- Pakete installieren oder aktualisieren
- list-data-fabric-entities
- list-instances
- Beispiele für Listenworkflows
- Packen
- Veröffentlichen
- remote
- restore
- run, debug & execution
- Ausführungsdatei installieren
- Suchvorlagen
- Studio starten
- Ausführung anhalten
- tm
- UIA
- uip tasks
- UIP-Ablaufverfolgungen
- uip traces feedback
- Migration
- Referenz und Support
Wichtig :
Dieser Inhalt wurde maschinell übersetzt.
Es kann 1–2 Wochen dauern, bis die Lokalisierung neu veröffentlichter Inhalte verfügbar ist.
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.
Zusammenfassung
uip maestro bpmn validate <file>
uip maestro bpmn validate <file>
Beachten Sie globale Optionen. Austrittscodes folgen dem Standardvertrag.
Argumente
<file>(required) — path to the.bpmnor.xmlfile to validate. This is a single file, not a project directory.
Beispiele
uip maestro bpmn validate process.bpmn
uip maestro bpmn validate export.xml
uip maestro bpmn validate process.bpmn
uip maestro bpmn validate export.xml
Datenform (--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.
Siehe auch
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-Übersicht