- Ü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
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.
Zusammenfassung
uip maestro bpmn refresh <project-path>
uip maestro bpmn refresh <project-path>
Beachten Sie globale Optionen. Austrittscodes folgen dem Standardvertrag.
Argumente
<project-path>(required) — path to the Maestro Process Orchestration project directory (not a single.bpmnfile).
Beispiele
uip maestro bpmn refresh ./invoice-orchestration
uip maestro bpmn refresh ./invoice-orchestration
Datenform (--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.
Siehe auch
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-Übersicht