How to do multiple backward flows in activity diagram

+2 votes
asked Sep 25, 2020 in Question / help by plant manager (120 points)

In an activity flow I would like to have two decisions return to the same point. Is there a way to do that? Maybe a new feature for going to a back-reference?
Here's what I came up with, and what I'm talking about. I'd like both repeat arrows to point to "Receive query"
plantUML link

start
repeat 
  repeat :Receive query;
    :Reply;
  repeat while (ok to connect?) is (false)
    ->true;
    :Connect;
  repeat while (connected?) is (no)
->yes;
stop

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