Hello team,
I'm looking to get the best features of the various diagrams like activity and state, please do advice me if this is possible or not.
I'm looking to do something like this an activity (beta) diagram.
@startuml
start
:something
...
...
Run : Character is running
Walk : Character is walking
Jump : Character is Jumping
[*] --> Run
[*] --> Walk
[*] --> Jump
...
...
stop
@enduml