
Parsing Error (Assumed diagram type: sequence) for Basic Activity ...
Jun 18, 2025 · Impact: This bug makes it impossible to use standard features like activity stereotypes or data objects in activity diagrams with these PlantUML versions, severely limiting the ability to create …
if condition and goto/label in activity diagram - PlantUML Q&A
@startuml test start if ( condition_1) then (true) if ( condition_2 ) then (true) ... flow chart isnt being displayed what I want to see.
Multiple separate diagrams in one file. Is it possible? - PlantUML Q&A
Feb 16, 2025 · I have experimented with multiple separate diagrams in the same file. I was hoping to do this to demonstrate the different themes. @startuml !theme amiga Alice -> Bob: Hello Bob -> Alice: …
Please provide a way to draw if/elseif/else structure ... - PlantUML Q&A
Oct 23, 2015 · I'm working on some code with switch case structures on big enumerate type or if/elsif/ ... if/elseif/else structure vertically in activity diagrams.
Is it possible to only use straight lines in a class ... - PlantUML Q&A
Feb 12, 2014 · Strongly agree! PlantUML is very useful to visualize the classes interaction when you need to make changes in a large unknown code base with many classes. Following the curved lines …
How to use !include with PlantUML Server - PlantUML Q&A
Dec 28, 2018 · The following method should only be used IF you are running plantuml server on your local laptop via docker and like to use it instead of the jar with say visual studio code simply due to …
How can change the postion of portin / portou? - PlantUML Q&A
Oct 16, 2023 · In the example: @startuml [i] component C { portin p1 portin p2 portin p3 portout po1 portout po2 portout po3 component c1 } [o] @enduml Portin is on the TOP, portout is at the …
Better control of the layout of class diagrams - PlantUML Q&A
Feb 13, 2014 · With less than ten classes, my reverse egineering tool together with PlantUML mostly produces useful class diagrams. And often a little interactive help (using [hidden],left,right,up,down) …
How can I make multiple-line state descriptions without having to type ...
Apr 9, 2025 · I am trying this tool for creating a very complicated FSM for work. Each state needs ~30 lines just to mention the individual signal updates happening for each state. Including " StateName:" …
Data Flow Diagrams - PlantUML Q&A
Apr 1, 2017 · First of all congratulations: plantuml is simply fantastic. One diagram missing from UML is the DFD. On the other side it is an extremely useful diagram that most analysts still widely use …