about summary refs log tree commit diff
path: root/doc/simple-workflow.uml
diff options
context:
space:
mode:
authorArun Isaac2025-09-08 18:46:55 +0100
committerArun Isaac2025-09-08 18:46:55 +0100
commitc202d5351bb2eb81e7dfa2b2e2e8ef18d482866e (patch)
treeec37f98e6fbf9fef08b8447f894a0d005bdc710e /doc/simple-workflow.uml
parent003362ab63593204bc3b9ee401931836fb9d9b90 (diff)
downloadpyhegp-c202d5351bb2eb81e7dfa2b2e2e8ef18d482866e.tar.gz
pyhegp-c202d5351bb2eb81e7dfa2b2e2e8ef18d482866e.tar.lz
pyhegp-c202d5351bb2eb81e7dfa2b2e2e8ef18d482866e.zip
Add @startuml and @enduml tags.
Diffstat (limited to 'doc/simple-workflow.uml')
-rw-r--r--doc/simple-workflow.uml4
1 files changed, 3 insertions, 1 deletions
diff --git a/doc/simple-workflow.uml b/doc/simple-workflow.uml
index 02dc005..0d81365 100644
--- a/doc/simple-workflow.uml
+++ b/doc/simple-workflow.uml
@@ -1,3 +1,5 @@
+@startuml
 actor "Researcher" as researcher
 actor "Data Owner" as owner
-owner -> researcher: Encrypt and share ciphertext
\ No newline at end of file
+owner -> researcher: Encrypt and share ciphertext
+@enduml