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