Non-instantaneous activities

+2 votes
asked Jul 5, 2018 in Question / help by Anton

Hello, is possible to do such sequence diagrams in plantuml?

commented Jul 5, 2018 by albert (3,520 points)
edited Jul 16, 2018 by albert
Interesting especially in the light of e.g. asynchronous communication (MPI).
I doubt that it is possible as it is a SEQUENCE diagram.

See also question http://forum.plantuml.net/1072/sequence-diagram-crossed-arrows
commented May 23, 2022 by The-Lu (64,760 points)

Hello A. and all,

See some new enhancements about this topic, here:

Here is a first proposal  [not fully completed: missing only a delay between the begin of the arrows...](Thank to PlantUML team):

@startuml
!pragma teoz true
Client -> Server: Later msg\n
& note right Server : Later msg
& Client ->(50) Server: First sent msg
note right Server : First sent msg
@enduml

If that can help,
Regards.

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.
...