Activity diagram: notes not shown in correct swimlane

0 votes
asked Mar 6, 2024 in Question / help by Florian

Hello PlantUML community,

using the swimlanes in activity diagram seems to break if I have more than one note. Example:

@startuml
|swimlane1|
|swimlane2|
|swimlane3|

|swimlane2|
:1;

|swimlane1|
floating note: this is shown in swimlane 1
|swimlane2|
:2;
|swimlane3|
floating note: this is shown in swimlane 3

|swimlane2|
:3;
|swimlane1|
floating note: This is not shown in swimlane1
|swimlane3|
floating note: This is not shown in swimlane3


@enduml

https://www.plantuml.com/plantuml/png/SoWkIImgAStDuQefBi_CpKdCIpMiGR2DaDZ6DLme4bQ6rbmekj9oyXDBClFI5VBoIrAj54eoCeiLWAWu8xyyJo4pJm6cLC4GrHmZQoHBI3366CqznjRud1C2CGV4mpJB4Ca5fEa4EeBB8JKl1HY40000

Or am I doing something wrong?

1 Answer

0 votes
answered Mar 8, 2025 by dickmaley (4,160 points)
I have tested this extensively and the problem still exists.
...