Is that possible to change direction of arrow?

0 votes
asked Jun 7, 2021 in Question / help by sttatt (120 points)

Hi! 

In activity diagram in "If condition" if you use "stop" after "else" like in this case:

@startuml
start
:make something;
if(is fine?) then (fine)
else (not fine)
   stop
endif
:next stage;
stop
@enduml

Stop component will be to the right of condition. But if you add some activity before "stop" it will be to the down of condition. Is this possible to force it to the right in any case?

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...