sequence diagram request: grouping actors in box
See original GitHub issueRequest Description
I’d love to be able to do this:
More specifically, the “boxes” labeled “Application” and “Kafka”.
Source: https://chrzaszcz.dev/2019/12/kafka-transactions/
Proposed Syntax
I propose using the same syntax as loops:
sequenceDiagram
participant Alice
participant Bob
box Alice_and_Bob
Alice->>Bob: Hello John, how are you?
Bob->>Alice: Fight against hypochondria
end
Issue Analytics
- State:
- Created 3 years ago
- Reactions:42
- Comments:13 (3 by maintainers)
Top Results From Across the Web
Sequence Diagram syntax and features - PlantUML
PlantUML sequence diagram syntax: You can have several kinds of participants (actors and others), arrows, notes, groups... Changing fonts and colors is also ......
Read more >Instructions and Examples - SequenceDiagram.org
Participants. New particpants of type participant may be added by clicking the participant icon; The following special participant types exist. actor - specific ......
Read more >UML Sequence Diagram - Ashley's PlantUML Doc
UML Sequence Diagram¶. A UML Sequence diagram shows how messages go back and forth between objects over time. It is an interaction diagram....
Read more >Sequence Diagram Tutorial - Complete Guide ... - Creately
The activation bar is the box placed on the lifeline. It is used to indicate that an object is active (or instantiated) during...
Read more >Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start FreeTop Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Top GitHub Comments
Agreed. I can probably get this implemented.
soon™
I don’t mind creating (and funding) a bounty on https://gitcoin.co, https://www.bountysource.com, or https://gitpay.me if someone is interested. 😄
UPDATE: I just put a $100 USD bounty on this at https://www.bountysource.com/issues/91876024-sequence-diagram-request-grouping-actors-in-box , if anyone is interested.