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

Can you add hollow arrow in UML Sequence diagrams to represent the asynchronous message? #1528

Closed
TonyDandelion opened this issue Jul 8, 2020 · 1 comment · Fixed by #1854
Assignees
Labels
Graph: Sequence Status: Approved Is ready to be worked on Type: Enhancement New feature or request

Comments

@TonyDandelion
Copy link

TonyDandelion commented Jul 8, 2020

Non English native speaker warning!
Actually, the UML standard decide to use hollow arrow represent the asynchronous message in Sequence diagram.
But you haven't add this kind of arrow in your greate artwork mermaid.
I bring up this little flaw to help you perfect mermaid.
Can you add hollow arrow in UML Sequence diagrams to represent the asynchronous message?
Thank you every much!

@TonyDandelion TonyDandelion added Status: Triage Needs to be verified, categorized, etc Type: Enhancement New feature or request labels Jul 8, 2020
@knsv knsv added Graph: Sequence Status: Approved Is ready to be worked on and removed Status: Triage Needs to be verified, categorized, etc labels Jan 11, 2021
@knsv knsv self-assigned this Jan 11, 2021
@knsv
Copy link
Collaborator

knsv commented Jan 11, 2021

I will be adding this in version 8.9.0.

The syntax will be --) for a dotter version and -) for a solid arrow.

Example:

 sequenceDiagram
	  Actor1 -) Actor2:Async
	  Actor1 --) Actor2:Async dotted
	  Actor1 ->> Actor2:Sync
	  Actor1 -->> Actor2:Sync dotted

Renders like this:
image

knsv added a commit that referenced this issue Jan 12, 2021
#1528 Adding async arrow type in sequence diagrams
@github-actions github-actions bot locked and limited conversation to collaborators Jan 12, 2021
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Graph: Sequence Status: Approved Is ready to be worked on Type: Enhancement New feature or request
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants