Activity Diagram - Split and Lanes not working together

+6 votes
asked Mar 16, 2017 in Bug by anonymous

I am loving PlantUML!!!

If you want to split to a lane LEFT of the current one, everything gets c-c-crazy

 

@startuml
|a|
|b|
start
|b|
:Lets begin;
|a|
split
:A Task;
|b|
:back to B;
split again
:B task;
end split
|b|
:final task;
stop
@enduml
 
 
 
You can see where this is coming from if you use a fork:
 
@startuml
|a|
|b|
start
|b|
:Lets begin;
fork
|a|
:A Task;
|b|
:back to B;
fork again
:B task;
end fork
|b|
:final task;
stop
@enduml
 
 
 
Any ideas?
 
Thank you!
 
 
commented Nov 23, 2017 by R.M.Sluimers (100 points)
I second this. I ran into the exact same issue.

1 Answer

0 votes
answered Mar 19, 2017 by plantuml (294,960 points)
Thanks for the report.

This should be better with last beta

https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0

Does it sound good to you ?
commented Nov 23, 2017 by R.M.Sluimers (100 points)
I second this.
commented Jan 27, 2019 by anonymous
in 2019 this continues to be broken
commented Dec 20, 2021 by Chris
2021 December. Still broken
...