floating notes on their own in swimlanes? Is it possible?

0 votes
asked Apr 30, 2017 in Wanted features by Bryan (340 points)

I have swimlanes where I would like to put a floating note on it's own in one of the swimlanes, but an attempt to do this:

|swimline1|

stuff

|swimane2|

(any kind of note)

|swimlane1|

more stuff

Results in  a note in swimlane1 ...

 

1 Answer

0 votes
answered Apr 30, 2017 by plantuml (294,960 points)
Not sure to understand: could you post here a real and working diagram ? It usually helps to understand requests!

Thanks!
commented Apr 30, 2017 by Bryan (340 points)
Thanks.
This is a specific example:
@startuml
|laneOne|
:action1;
|laneTwo|
:action2;
|laneOne|
:action3;
|laneTwo|
floating note right
I would like this
note to appear
in laneTwo
even though
there is no action
there
endnote
|laneOne|
:action3;
@enduml
As seen here:
http://www.plantuml.com/plantuml/png/ROux4i8m34HxdK9N03eu0LKQBk0XYws9HyeOXJG-FCvdc1IqJq-xMtDGT8fAr_1qCJtTg2xiCTkFdNTsz2v7xvKjk6XaDGSNYSdfphDDkUSi0zYJl9dMgnk7SKGe9Cfx0k43RP9DCJ5vGW6t1stgMhOXWlPBnBynNm00
commented May 2, 2017 by plantuml (294,960 points)
Great, thanks for your detailed example.
It's much more easier to understand request with some concrete example.
This should be working with last beta
https://www.dropbox.com/s/koo42q3d9gxw288/plantuml.jar?dl=0
Tell us if it's working for you!
Regards,
commented May 3, 2017 by Bryan (340 points)
Thanks. That's exactly what i was hoping for!
...