Partition through different Swimlane

+12 votes
asked Sep 16, 2020 in Wanted features by Sergey
Hello. Displaing Partition through different Swimlane is incorret. Thank you.

Example https://pastenow.ru/A4W0U

@startuml
skinparam shadowing false
|actor1|
start
:action1;
:action2;
partition Group {
:action3;
|actor2|
:action4;
:action5;
|actor1|
:action6;
}
stop
@enduml
commented Oct 14, 2022 by lemoo5sg (100 points)
Hi

same need here

is it in the roadmap ?

thanks in advance

1 Answer

0 votes
answered Sep 16, 2020 by The-Lu (64,340 points)

Hello Sergey,

  • What is your specific observed defect or wanted feature?

Because, that seems to be OK, especially, when there is middleActor:


[See on PlantUML server]

To open the discussion,
Regards,
Th.

commented Sep 16, 2020 by Sergey

Thanks for answer, The-Lu.

I think, if "Partition" will not split, that wil be better. I think, that "Partition" is the action of high level. That is why in the case of "middleActor", i could see, that he has no action during "Partition".

image

commented Sep 16, 2020 by The-Lu (64,340 points)

Hello Sergey,

Thanks for its precision.

Now that is a real wanted feature for PlantUML team and @plantuml.

Regards,
Th.

commented Nov 24, 2022 by mcon (320 points)
Is there any update on this?

IMHO  having block/partition spanning multiple swimlanes would be desirable.
...