diff options
Diffstat (limited to 'doc/joint-workflow.uml')
-rw-r--r-- | doc/joint-workflow.uml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/joint-workflow.uml b/doc/joint-workflow.uml index 2d1542c..e242522 100644 --- a/doc/joint-workflow.uml +++ b/doc/joint-workflow.uml @@ -1,3 +1,4 @@ +@startuml actor "Data Broker" as broker actor "Data Owner 1" as owner1 actor "Data Owner 2" as owner2 @@ -14,3 +15,4 @@ owner3 -> broker: Encrypt and share ciphertext broker -> owner1: Share concatenated ciphertext broker -> owner2: Share concatenated ciphertext broker -> owner3: Share concatenated ciphertext +@enduml |