Swimlane repeat loop

0 votes
asked Nov 15, 2021 in Bug by rod_makin (180 points)
edited Nov 16, 2021 by rod_makin

Hello

Im trying to get the backward loop to drop into the C swimlane but with the code below the backward is not rendered at all. If there is an alternative way to do this plase let me know.

@startuml

title Backward Not working

|#lightcyan|B|
|#lightcoral|C|
|C|
:CVD created;
|B|
|C|
repeat
    |B|
    :Assessment;
    |C|
    backward:I want this in the C swimlane;
    |B|
repeat while (Suffient Detail?) is (no)
->yes;
|B|
:End;
@enduml

Weirdly the PlantUML test tool https://www.planttext.com/ is does render the backward block - but not within the right swimlane

1 Answer

0 votes
answered Jan 19, 2022 by plantuml (294,960 points)
Thanks for the report.
This is fixed in last snapshot https://github.com/plantuml/plantuml/releases/tag/snapshot and on the online server.
commented Jan 20, 2022 by rod_makin (180 points)
Awesome - thankyou!!
...