How to create PlantUML State diagram?

t331282@mvrht.net
I'm New Here
I'm New Here
Those new to the Atlassian Community have posted less than three times. Give them a warm welcome!
January 3, 2018

Taking the most basic example of plantuml state diagram results in an error:

 

plant.png

code used:

@startuml

[*] --> State1
State1 --> [*]
State1 : this is a string
State1 : this is another string

State1 -> State2
State2 --> [*]

@enduml

 

However, trying for example the most basic sequence diagram from plantuml documentation renders just fine:

 

plant.png

0 answers

Suggest an answer

Log in or Sign up to answer
TAGS
AUG Leaders

Atlassian Community Events