Overlapping groups

+1 vote
asked Feb 5, 2018 in Question / help by mihaita074 (160 points)
recategorized Jul 24, 2018 by mihaita074

Is there a way to create overlapping / independent groups in sequence diagrams?

@startuml
participant A
participant B
participant C
group (1) over A, B : My first group
A -> B: A to B message
group (2) over B, C : My second group
B -> C: B to C message
B -> A: B to A message
end group (1)
C -> B: C to B message
end group (2)
@enduml

Currently, the group names beyond 'end' tags are not considered.

Your answer

Your name to display (optional):
Privacy: Your email address will only be used for sending these notifications.
Anti-spam verification:

[Antispam2 Feature: please please wait 1 or 2 minutes (this message will disappear) before pressing the button otherwise it will fail](--------)
To avoid this verification in future, please log in or register.
...