Is it possible to represent a long-running action (or a delay, for example due to network latency) using slanted arrows?
Given this diagram:
@startuml
!pragma teoz true
Alice -> Bob: msg1
Bob ->(80) Alice: msg2
Bob -> Carol: msg3
Carol -> Bob: msg4
@enduml
I would like to make it so that "msg3" and "msg4" are both sent and received AFTER "msg2" was SENT but BEFORE "msg2" has arrived to Alice.