Adding new state and system diagrams/pages
[policy/parent.git] / docs / clamp / acm / plantuml / system-dialogues / DeployResponseStored.puml
1 @startuml
2
3 participant ACM_Runtime
4 participant Participant
5 database ACM_Database
6
7 ACM_Runtime <- Participant: [ASYNC] Deploy Automation Composition Element Instance Response
8 ACM_Runtime -> ACM_Database: Store Automation Composition Element Instance Response Information
9
10 alt Is AC Element Instance Deployed?
11  ACM_Runtime -> ACM_Database: Set AC Element Instance State as DEPLOYED
12  alt Are all the other AC Element Instances in this AC Instance in state DEPLOYED?
13   ACM_Runtime -> ACM_Runtime: Set AC Instance state as DEPLOYED
14  end
15 end
16
17 @enduml