For the complete documentation index, see llms.txt. This page is also available as Markdown.

UML - Diagrams

Visualize dependencies

Visualize your process dependencies and create Plant UML files for the specified components.

bc`` ``create uml`` ``/c <ComponentID> [/Down [false]]

VS Code extension to visualize plan text Plant UML

There are several LINKs in each diagram.

  • The version link - directs you to the Boomi component (Runtime Platform)

  • The process link - drills down into the UML component (Boomi process)

  • The doc link - trys to open the corresponding html file (see DOC).

/Down

If you provide the down option (default), the command creates an UML diagramm with the current component ID as the parent.

bc create uml /c <sub.BuggyProcess>

sub.BuggyProcess visualization

/Down false -> UP

If you set /down false the diagram is created by going up the dependency tree - visualize parents. This is a bit like show where used.

bc create uml /c <sub.BuggyProcess>

UML going UP from sql.GetSomeData

Folders

This PUML include list of all folders of all components.

More complex example

Let's take a Process Property pp.DevMode and see where it is used.

bc create uml /c <pp.DevMode.ID> /down false

pp.DevMode usage at high level

ErrorHandler.queue is a process, and (sub) processes are visualized as UML components . You can click on the process-link do drill down into the process.

ErrorHandler.queue drill down

Last updated