summaryrefslogtreecommitdiffstats
path: root/docs/clamp/acm/plantuml/states/AcElementInstanceStatesOnPpnt.puml
blob: 8c6e43023e5bb3b19ed0e6b87e02f5ab12648136 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
@startuml

[*] --> DEPLOYED: Deploy from ACM Runtime
DEPLOYED --> [*]: Undeploy from ACM Runtime


state DEPLOYED {
 [*] --> LOCKED: Deploy
 LOCKED --> [*]: Undeploy from\nACM Runtime
 LOCKED --> UNLOCKED: Unlock from\nACM Runtime
 UNLOCKED --> LOCKED: Lock from\nACM Runtime
}

@enduml