UML - Diagrams
Visualize dependencies

/Down


sub.BuggyProcess visualization/Down false -> UP

Folders

More complex example


ErrorHandler.queue drill downLast updated
Visualize dependencies
Visualize your process dependencies and create Plant UML files for the specified components.
bc`` ``create uml`` ``/c <ComponentID> [/Down [false]]

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).
Please notice, that the links don't work in the Visual Code's preview - for whatever reason. You must create SVG files and open them in a browser, to be able to navigate though the links.
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 visualizationIf 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>

This PUML include list of all folders of all components.

Let's take a Process Property pp.DevMode and see where it is used.
bc create uml /c <pp.DevMode.ID> /down false

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 downLast updated