Adding new state and system diagrams/pages
[policy/parent.git] / docs / clamp / acm / plantuml / system-dialogues / PrimeInfoUpdatedInDb.puml
1 @startuml
2 participant ACM_Runtime
3 participant Participant
4 database ACM_Database
5
6 ACM_Runtime <- Participant: [ASYNC] Result of Priming of AC Element Type
7 ACM_Runtime -> ACM_Database: Record result of AC Element Type Priming
8
9 alt Is AC Element Type Primed?
10  alt Have all the other AC Element Types in this AC Type been Primed?
11   ACM_Runtime -> ACM_Runtime: Set AC Type state as PRIMED
12   end
13 end
14
15 @enduml