UiPath Documentation
uipath-cli
latest
false
Guia do usuário da UiPath CLI
Importante :
Este conteúdo foi traduzido com auxílio de tradução automática. A localização de um conteúdo recém-publicado pode levar de 1 a 2 semanas para ficar disponível.

uip maestro bpmn refresh

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.

Resumo

uip maestro bpmn refresh <project-path>
uip maestro bpmn refresh <project-path>

Recebe opções globais. Os códigos de saída seguem o contrato padrão.

Argumentos

  • <project-path> (required) — path to the Maestro Process Orchestration project directory (not a single .bpmn file).

Exemplos

uip maestro bpmn refresh ./invoice-orchestration
uip maestro bpmn refresh ./invoice-orchestration

Formato dos dados (--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.

Veja também

  • Resumo
  • Argumentos
  • Exemplos
  • Formato dos dados (--output json)
  • Veja também

Esta página foi útil?

Conectar

Precisa de ajuda? Suporte

Quer aprender? Academia UiPath

Tem perguntas? Fórum do UiPath

Fique por dentro das novidades