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