How can i shift the position from a break/repeat junction node?

0 votes
asked Aug 26, 2022 in Question / help by josef (120 points)

What i get:

result

https://bilderupload.org/bild/f04b07297-result

What i want:

what i want

https://bilderupload.org/bild/964d07338-whatiwant

 

How can i move my junction node from break/repeat between Step4 and Step5?

My Code:

@startuml
start
repeat  :Step1;
    :Step2;
    if (condition1?) then (true)
      break
    endif
    ->false;
repeat while (condition2?) is (false) not (true)
:Step3;
:Step4;
:Step5;
stop
@enduml

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.
...