I need to create a sequence diagram with three parallel threads. I have gone through a couple of video tutorials and forums about UML sequence diagrams. However, none of them seem to answer my question. All of the examples are about exactly two parallel threads. Is it allowed to have more than two of them and if not, could you give me any suggestions? Thank you.
Asked
Active
Viewed 30 times
0

Christophe
- 68,716
- 7
- 72
- 138

Hristo Georgiev
- 69
- 1
- 3
- 9
-
1The parallel threads are represented with combined fragment (see my answer in the the suggested question above). If you need more parallel threads, just add some horizontal lines to add another slicle/thread to the box of the combined fragment. – Christophe Nov 15 '20 at 22:25
-
So if I need three parallel threads I can add a second horizontal line to slice the box in three? – Hristo Georgiev Nov 15 '20 at 22:39
-
that's it, exactly! – Christophe Nov 15 '20 at 22:41
-
I assumed it is possible but I was not 100% sure it is correct. Thank you for the help, much appreciated! – Hristo Georgiev Nov 15 '20 at 22:42
-
You're welcome :-) If it helped, you can upvote the answer in the linked question. – Christophe Nov 15 '20 at 23:19