This commit only applies to documentation, state name must be updated in code accordingly. Change-Id: I027fd55d968c12992d800de3657543be417c71b0 Related-Bug: #1548377
17 lines
748 B
Plaintext
17 lines
748 B
Plaintext
@startuml
|
|
|
|
[*] --> RECOMMENDED: The Watcher Planner\ncreates the Action Plan
|
|
RECOMMENDED --> PENDING: Adminisrator launches\nthe Action Plan
|
|
PENDING --> ONGOING: The Watcher Applier receives the request\nto launch the Action Plan
|
|
ONGOING --> FAILED: Something failed while executing\nthe Action Plan in the Watcher Applier
|
|
ONGOING --> SUCCEEDED: The Watcher Applier executed\nthe Action Plan successfully
|
|
FAILED --> DELETED : Administrator removes\nAction Plan
|
|
SUCCEEDED --> DELETED : Administrator removes\nAction Plan
|
|
ONGOING --> CANCELLED : Administrator cancels\nAction Plan
|
|
RECOMMENDED --> CANCELLED : Administrator cancels\nAction Plan
|
|
PENDING --> CANCELLED : Administrator cancels\nAction Plan
|
|
CANCELLED --> DELETED
|
|
DELETED --> [*]
|
|
|
|
@enduml
|