This seems to be a bug - Arrow Text for State Machine Diagram's does not appear in picture

0 votes
asked Dec 7, 2020 in Bug by PDF_55
edited Dec 7, 2020
@startuml

[*] --> Init
Init : Read Config file(s)
Init : Send Start Up messages to all subsystems
Init : Wait for subsystem status messages

Init --> Failure : Subsystem Failure

Failure : Display system failure

@enduml

The "Subsystem Failure" text does not appear with the arrow from Init to Failure. With other types of diagrams the text does appear.

1 Answer

0 votes
answered Dec 7, 2020 by plantuml (295,000 points)
...