diff options
Diffstat (limited to 'docs/clamp/acm/plantuml/system-dialogues/UpdateDeprimeInDb.puml')
-rw-r--r-- | docs/clamp/acm/plantuml/system-dialogues/UpdateDeprimeInDb.puml | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/docs/clamp/acm/plantuml/system-dialogues/UpdateDeprimeInDb.puml b/docs/clamp/acm/plantuml/system-dialogues/UpdateDeprimeInDb.puml new file mode 100644 index 00000000..b52dc817 --- /dev/null +++ b/docs/clamp/acm/plantuml/system-dialogues/UpdateDeprimeInDb.puml @@ -0,0 +1,15 @@ +@startuml +participant ACM_Runtime +participant Participant +database ACM_Database + +ACM_Runtime <- Participant: [ASYNC] Result of Depriming of AC Element Type +ACM_Runtime -> ACM_Database: Record result of AC Element Type Depriming + +alt Is AC Element Type Deprimed? + alt Have all the other AC Element Types in this AC Type been Deprimed? + ACM_Runtime -> ACM_Runtime: Set AC Type state as COMMISSIONED + end +end + +@enduml |