diff options
author | FrancescoFioraEst <francesco.fiora@est.tech> | 2024-02-23 09:10:39 +0000 |
---|---|---|
committer | FrancescoFioraEst <francesco.fiora@est.tech> | 2024-02-23 10:03:37 +0000 |
commit | 87ffab8a9b0c1b1b8e2e67b7ad192c61ddd235ce (patch) | |
tree | 7baacaa0354ce23bdb25c024446aea8a2af8efda /docs/clamp/acm/plantuml/states/AcInstanceStatesDelete.puml | |
parent | d5c963c689b6280cbc72284a68d19111b0f8a41a (diff) |
Update documentation for composition and instance states
Issue-ID: POLICY-4935
Change-Id: I737fdead03bb5d485d665bee598ee8626824d7e5
Signed-off-by: FrancescoFioraEst <francesco.fiora@est.tech>
Diffstat (limited to 'docs/clamp/acm/plantuml/states/AcInstanceStatesDelete.puml')
-rw-r--r-- | docs/clamp/acm/plantuml/states/AcInstanceStatesDelete.puml | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/docs/clamp/acm/plantuml/states/AcInstanceStatesDelete.puml b/docs/clamp/acm/plantuml/states/AcInstanceStatesDelete.puml new file mode 100644 index 00000000..c6dae42d --- /dev/null +++ b/docs/clamp/acm/plantuml/states/AcInstanceStatesDelete.puml @@ -0,0 +1,12 @@ +@startuml + +UNDEPLOYED:UNDEPLOYED:NO_ERROR --> DELETING:DELETING: Delete +DELETING:DELETING --> UNDEPLOYED:DELETING:FAILED: Delete failed +DELETING:DELETING --> DELETING:DELETING:TIMEOUT +DELETING:DELETING --> [*]: Deleted +UNDEPLOYED:DELETING:FAILED --> DELETING:DELETING: Delete +DELETING:DELETING:TIMEOUT --> UNDEPLOYED:DELETING:FAILED: Delete failed +DELETING:DELETING:TIMEOUT --> DELETING:DELETING: Delete +DELETING:DELETING:TIMEOUT --> [*]: Deleted + +@enduml |