summaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/plantuml/states/AcInstanceStatesDelete.puml
diff options
context:
space:
mode:
Diffstat (limited to 'docs/clamp/acm/plantuml/states/AcInstanceStatesDelete.puml')
-rw-r--r--docs/clamp/acm/plantuml/states/AcInstanceStatesDelete.puml12
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