Activity diagram: Repeat: Multiple nodes backwards

+1 vote
asked Sep 6, 2022 in Wanted features by Naampje (120 points)

At the moment it is only possible to have one node in backward in the repeat with activity diagrams. Is it possible to add as feature to have multiple backward nodes?

The example below shows the current situation: the second backward overwrites the first one.


@startuml
repeat :send request;
:receive response;
backward :node1;
backward :node2;
repeat while (error?) is (try again)
@enduml


This question has been asked earlier, but as a question and not a feature request: https://forum.plantuml.net/15276/how-to-add-multiple-backward-nodes-in-an-activity-diagram

The feature was also part of a conversation in this post: https://forum.plantuml.net/5826/please-provide-action-repeat-loop-start-instead-condition

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