Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add ability to describe undelivered messages in sequence diagram #4968

Open
Mingun opened this issue Oct 20, 2023 · 0 comments
Open

Add ability to describe undelivered messages in sequence diagram #4968

Mingun opened this issue Oct 20, 2023 · 0 comments
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request

Comments

@Mingun
Copy link

Mingun commented Oct 20, 2023

Proposal

Some diagram software allows you to break arrow to indicate, that message was not delivered, for example, due to connection lost in network communication diagram. It would be great if Mermaid can support this.

Example

The proposed syntax for the feature may be this (the x symbol at end of link):

ATM ->> Host: Transaction request
Host ->x ATM: Response (undelivered)

It should be rendered like this:

ATM    Host
 |----->|
 | x----|
ATM    Host

Screenshots

No response

@Mingun Mingun added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Oct 20, 2023
@jgreywolf jgreywolf added include and removed include labels Nov 16, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants