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