Update documentation for timeout in system level dialogues
[policy/parent.git] / docs / clamp / acm / plantuml / system-dialogues / TimeoutAcmResult.puml
1 @startuml
2
3   Rest -> "ACM Runtime": ACM operation triggered by the user
4   activate "ACM Runtime"
5   "ACM Runtime" -> "ACM Database": Read Automation Composition information
6   activate Participant
7   "ACM Runtime" -> Participant : [ASYNC] Send the state change event to the participant
8   "ACM Runtime" -> "ACM Database": Mark the AC element into transitioning state
9   deactivate  "ACM Runtime"
10   Participant -> Participant: state change operation get stuck
11   deactivate Participant
12
13   activate "ACM Runtime"
14   "ACM Runtime" -> "ACM Database": Mark TIMEOUT reached for the AC instance
15   deactivate  "ACM Runtime"
16
17 @enduml