- Información general
- Comience ya
- Conceptos
- Uso de UiPath CLI
- Guías prácticas
- Recetas de CI/CD
- Referencia de los comandos
- Información general
- Códigos de salida
- Opciones globales
- agente de código UIP
- uip coder
- uip context-grounding
- UIP Docsai
- uip function
- uip guardrails
- uip llm-configuration
- uip llm-gateway
- uip model-hub
- añadir-entidad-de-datos-de-prueba
- añadir-cola-de-datos-de-prueba
- añadir-variación-de-datos-de-prueba
- Analizar
- Crear
- Crear proyecto
- Diferencia
- Buscar actividades
- obtener-reglas-del-analizador
- obtener-predeterminado-actividad-xaml
- obtener-errores
- obtener-casos-de-prueba-manual
- obtener-pasos-de-prueba-manual
- get-library-object-repository
- get-object-repository
- obtener versiones
- get-workflow-example
- indicar-aplicación
- indicar-elemento
- inspeccionar-paquete
- install-data-fabric-entities
- instalar-o-actualizar-paquetes
- enumerar-data-fabric-entities
- list-instances
- ejemplos-de-flujo-de-trabajo-de-lista
- Paquete
- Publicar
- remote
- restore
- run, debug & execution
- archivo de ejecución
- plantillas-de-búsqueda
- iniciar-studio
- detener la ejecución
- tm
- UIA
- uip tasks
- Seguimientos de UIP
- uip traces feedback
- Migración
- Referencia y soporte
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.
Sinopsis
uip maestro bpmn refresh <project-path>
uip maestro bpmn refresh <project-path>
Prevalece las opciones globales. Los códigos de salida siguen el contrato estándar.
Argumentos
<project-path>(required) — path to the Maestro Process Orchestration project directory (not a single.bpmnfile).
Ejemplos
uip maestro bpmn refresh ./invoice-orchestration
uip maestro bpmn refresh ./invoice-orchestration
Forma de datos (--json de salida)
{
"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.
Ver también
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- Descripción general de Maestro