UiPath Documentation
uipath-cli
latest
false
Guía del usuario de UiPath CLI
Importante :
Este contenido se ha traducido mediante traducción automática. La localización de contenidos recién publicados puede tardar entre una y dos semanas en estar disponible.

uip maestro bpmn format

Syntax and options for `uip maestro bpmn format`, which generates or replaces the BPMNDiagram layout section of a .bpmn file.

uip maestro bpmn format generates or replaces the bpmndi:BPMNDiagram layout section in a .bpmn file, using a left-to-right breadth-first layout. Useful after hand-editing or generating a .bpmn file's logical content without also producing valid diagram coordinates. It's registered under the bpmn branch.

Sinopsis

uip maestro bpmn format <bpmn> [--output-file <file>]
uip maestro bpmn format <bpmn> [--output-file <file>]

Prevalece las opciones globales. Los códigos de salida siguen el contrato estándar.

Argumentos

  • <bpmn> (obligatorio) : ruta al archivo .bpmn .

Opciones

OpciónPredeterminadoDescripción
--output-file <file>overwrites <bpmn>Write the formatted output to a different file instead of overwriting the input.

Ejemplos

# Overwrite the file's own layout
uip maestro bpmn format process.bpmn

# Write formatted output elsewhere, keeping the original untouched
uip maestro bpmn format process.bpmn --output-file process.formatted.bpmn
# Overwrite the file's own layout
uip maestro bpmn format process.bpmn

# Write formatted output elsewhere, keeping the original untouched
uip maestro bpmn format process.bpmn --output-file process.formatted.bpmn

Forma de datos (--json de salida)

{
  "Code": "MaestroBpmnFormat",
  "Data": {
    "File": "/path/to/process.bpmn",
    "ShapeCount": 5,
    "EdgeCount": 4
  }
}
{
  "Code": "MaestroBpmnFormat",
  "Data": {
    "File": "/path/to/process.bpmn",
    "ShapeCount": 5,
    "EdgeCount": 4
  }
}

Ver también

¿Te ha resultado útil esta página?

Conectar

¿Necesita ayuda? Soporte

¿Quiere aprender? UiPath Academy

¿Tiene alguna pregunta? Foro de UiPath

Manténgase actualizado