Adding new state and system diagrams/pages
[policy/parent.git] / docs / clamp / acm / plantuml / system-dialogues / GetAcTypes.puml
1 @startuml
2 participant REST
3 participant ACM_Runtime
4 database ACM_Database
5
6 REST -> ACM_Runtime: Get Automation Composition Type Information
7 ACM_Runtime -> ACM_Database: Read Automation Composition Type Information
8 ACM_Runtime -> REST: Respond with Automation Composition Type information\nincluding ACM Element Type information and Priming Status
9
10 @enduml