Acivity diagramm - loop without closing decider

+1 vote
asked Oct 5, 2017 in To be sorted by Dresaan (400 points)

HI,

I'm using the following PlantUML code:


start
repeat
    :Do something;
    if(Decide something) then (Yes)
        :Repeat something;
    else (No)
        :Finish something;
        end
    endif
repeat while (Can I remove this node? I don't need it)
 

And get the following output:

 

Can I remove the closing decider? (The one that has the corresponding text)

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