blob: 8c6e43023e5bb3b19ed0e6b87e02f5ab12648136 [file] [log] [blame]
@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