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