You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
19 lines
229 B
Plaintext
19 lines
229 B
Plaintext
3 years ago
|
@startuml
|
||
|
autonumber
|
||
|
hide footbox
|
||
|
|
||
|
footer "LTDFS | Ruakij"
|
||
|
|
||
|
title "Open Read"
|
||
|
|
||
|
participant Client
|
||
|
control SiteA
|
||
|
|
||
|
|
||
|
Client -> SiteA ++ : Open [r]
|
||
|
|
||
|
SiteA -> SiteA : Check availablility
|
||
|
|
||
|
SiteA --> Client -- : File opened
|
||
|
|
||
|
@enduml
|