about summary refs log tree commit diff
path: root/doc/simple-workflow.uml
diff options
context:
space:
mode:
Diffstat (limited to 'doc/simple-workflow.uml')
-rw-r--r--doc/simple-workflow.uml5
1 files changed, 4 insertions, 1 deletions
diff --git a/doc/simple-workflow.uml b/doc/simple-workflow.uml
index 02dc005..9a9d088 100644
--- a/doc/simple-workflow.uml
+++ b/doc/simple-workflow.uml
@@ -1,3 +1,6 @@
+@startuml simple-workflow
 actor "Researcher" as researcher
 actor "Data Owner" as owner
-owner -> researcher: Encrypt and share ciphertext
\ No newline at end of file
+note over owner: pyhegp encrypt
+owner -> researcher: Send ciphertext
+@enduml