Hello guys,
I plan to use several "elseif" in activity-beta diagram, this is the code :
@startuml
start
if()
:;
elseif() then
:;
else()
if() then
:;
elseif() then
:;
else()
:;
endif
endif
stop
@enduml
and the associated diagram : http://www.zimagez.com/zimage/sowkiimgastduu82ixyucjcqdbakwc3acyirfpwln5seokzd0miyik2lopk7kjwrmoix1y2bvglafd51ia1xywku780seei0.php
The problem is the arrow after the first "elseif".
Thank you for taking a look,
Mathieu