Bidirectional arrows in state diagram

0 votes
asked Sep 4, 2019 in Question / help by Jiří
It is possible to create bidirectional arrows in state diagram?
I have tried several options like <-> <--> etc and no success.

Thank you.

1 Answer

0 votes
answered Oct 21 by The-Lu (73,540 points)

Hi J.,

It is not yet implemented. Perhaps... because State diagram must be oriented...

Then you must to declare the both arrows as:

@startuml
hide empty description

state a
state b

a -> b
a <- b
@enduml

!f that can help,
Regards,
Th.

...