Action before merge with break flow

0 votes
asked Oct 1, 2022 in Question / help by jurf (120 points)
edited Oct 4, 2022 by jurf

I am trying to recreate this section of an acitivity diagram in PlantUML.

image

The best I managed is this:

repeat
    :Choose restaurant;
    if (is busy) is ([no]) then
        break
    else ([yes])
    endif
repeat while (wait) is ([no]) not ([yes])

image

But I cannot insert the wait action at the appropriate place. It is as if a forward keyword was missing.

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