Activity diagram with swimlanes extend fork bar

+3 votes
asked Apr 20, 2021 in Question / help by anonymous

In an activity diagram that uses swimlanes and a fork that crosses multiple lanes, is there a way to extend the fork bar over both swimlanes?

In the example, I would prefer if the horizontal fork bar at the beginning and end of the fork extends over both swimlanes

Example: http://www.plantuml.com/plantuml/png/SoWkIImgAStDuQfnhE42SxZIyekokHI0m2hSq1hCKqXCJypCuwfnge6A6rbpfUQbA81LrZY3DEONS3a0XO0c0G00

@startuml
|A|
start
fork
    :W1;
fork again
|B|
    :W2;
end fork
|C|
stop
@enduml

1 Answer

0 votes
answered Sep 5, 2022 by jumangee (180 points)
Vote for feature!!!

Modern systems act in parallel threads, this feature could show this
...