aboutsummaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/plantuml/system-dialogues/GetAcTypes.puml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/clamp/acm/plantuml/system-dialogues/GetAcTypes.puml')
-rw-r--r--docs/clamp/acm/plantuml/system-dialogues/GetAcTypes.puml10
1 files changed, 10 insertions, 0 deletions
diff --git a/docs/clamp/acm/plantuml/system-dialogues/GetAcTypes.puml b/docs/clamp/acm/plantuml/system-dialogues/GetAcTypes.puml
new file mode 100644
index 00000000..ced33f7e
--- /dev/null
+++ b/docs/clamp/acm/plantuml/system-dialogues/GetAcTypes.puml
@@ -0,0 +1,10 @@
+@startuml
+participant REST
+participant ACM_Runtime
+database ACM_Database
+
+REST -> ACM_Runtime: Get Automation Composition Type Information
+ACM_Runtime -> ACM_Database: Read Automation Composition Type Information
+ACM_Runtime -> REST: Respond with Automation Composition Type information\nincluding ACM Element Type information and Priming Status
+
+@enduml