(--------)
Hello L, and all,
From:
Here is a workaround, adding hidden arrows, as:
@startuml group 1 Bob -> Alice : hello Carl <[hidden]- Carl end group 2 Carl -> Alice: Hi Bob -[hidden]> Bob end @enduml
Enjoy,Regards,Th.
See similar request here:
Hello C.,
For that, starting with the next version (1.2025.11), you will be able to use `partition`, as:
@startuml !pragma teoz partition 1 Bob -> Alice : hello end partition 2 Carl -> Alice: Hi end @enduml