Forks and swimlanes in Activity diagram beta

0 votes
asked Jul 3, 2018 in Bug by Kasper

In the activty diagram (beta) there is some unexpected behavior when combining forks and swimlanes

I would expect the fork to be in the B-swimlane, and not the A-swimlane.

@startuml

|A|
|B|
|C|

|B|
:Something;
fork
|A|
:monkey;
forkagain
|C|
:Ape;
endfork


@enduml

1 Answer

0 votes
answered Sep 30, 2021 by The-Lu (63,920 points)

Hello K.,

It seems to be now corrected.

Regards.

...