closed Arrow description for repeat loop

0 votes
asked Oct 6, 2020 in Wanted features by wro02922 (780 points)
closed Oct 19, 2020 by wro02922

This topic is continuation of https://forum.plantuml.net/12180/unable-to-add-arrow-text-description-after-backward-keyword.
I would like to ask you to add arrow description to object 'foo'. The description back to the 'foo' action can be executed as for elsif, i.e. (incoming description) elseif (condition) else (outgoing description)

@startuml
start
->dsc_1;
(incoming description from backward) repeat :foo;
 ->dsc_2;
 :Submit;
 ->dsc_3;
backward :Warning; 
 ->dsc_4;
repeat while (Valid?) is (No) not (Yes)
->dsc_5;
stop
@enduml

closed as a duplicate of: Arrow description for while loop
...