diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2024-02-23 15:50:13 +0000 |
---|---|---|
committer | Francesco Fiora <francesco.fiora@est.tech> | 2024-02-23 16:04:06 +0000 |
commit | 99a61c4ca3cd02424c90894199627843c8d79b1c (patch) | |
tree | 930ee4e8d3154926988ef0812371b2385623154d /docs/clamp/acm/plantuml/system-dialogues/OfflineAcmResult.puml | |
parent | d5c963c689b6280cbc72284a68d19111b0f8a41a (diff) |
Update documentation for timeout in system level dialogues
Issue-ID: POLICY-4936
Change-Id: I525c33f3d8ac0847676f185c5a8173c41cba9aff
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'docs/clamp/acm/plantuml/system-dialogues/OfflineAcmResult.puml')
-rw-r--r-- | docs/clamp/acm/plantuml/system-dialogues/OfflineAcmResult.puml | 19 |
1 files changed, 19 insertions, 0 deletions
diff --git a/docs/clamp/acm/plantuml/system-dialogues/OfflineAcmResult.puml b/docs/clamp/acm/plantuml/system-dialogues/OfflineAcmResult.puml new file mode 100644 index 00000000..1cbdaa51 --- /dev/null +++ b/docs/clamp/acm/plantuml/system-dialogues/OfflineAcmResult.puml @@ -0,0 +1,19 @@ +@startuml + + Rest -> "ACM Runtime": ACM operation triggered by the user + activate "ACM Runtime" + "ACM Runtime" -> "ACM Database": Read Automation Composition information + activate Participant + "ACM Runtime" -> Participant : [ASYNC] Send the state change event to the participant + "ACM Runtime" -> "ACM Database": Mark the AC element into transitioning state + deactivate "ACM Runtime" + Participant -> Participant: Goes OFF_LINE due to an unexpected error + deactivate Participant + + activate "ACM Runtime" + "ACM Runtime" -> "ACM Database": Mark OFF_LINE reached for the participant status report + "ACM Runtime" -> "ACM Database": Mark TIMEOUT reached for the AC instance + deactivate "ACM Runtime" + + +@enduml |