How to add multiple backward nodes in an activity diagram?

+4 votes
asked Jan 11, 2022 in Question / help by anonymous

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

The second backward node overwrites the first one.

http://www.plantuml.com/plantuml/uml/NSqX4i8m48LXdrEiR2N8HD2hBCqRo52IydPBXjiJWy7-ulyMSwKVpoqGEzGb6ceMudN0F8L8h2XlZ69xguOKhhe-kZ9Bh2tZz1_EwRVgzx919f2DbrcAoUJyYDwqr3aimndk5m00

commented Mar 3, 2022 by Shekesh (100 points)
Also coudn't find a solution. Maybe this should be move to "Wanted features".
commented Sep 5, 2022 by Naampje
Also waiting for a solution
commented Sep 5, 2022 by Naampje (120 points)
In this post @plantuml says: "About backward, adding several activities in the backward chain is not too difficult to implement, so we will probably do it latter."
https://forum.plantuml.net/5826/please-provide-action-repeat-loop-start-instead-condition

Hopefully we can give it attention so it makes to the feature-list :)

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