diff --git a/doc/source/image_src/plantuml/action_plan_state_machine.txt b/doc/source/image_src/plantuml/action_plan_state_machine.txt index cb5395d40..93a54af35 100644 --- a/doc/source/image_src/plantuml/action_plan_state_machine.txt +++ b/doc/source/image_src/plantuml/action_plan_state_machine.txt @@ -1,15 +1,15 @@ @startuml [*] --> RECOMMENDED: The Watcher Planner\ncreates the Action Plan -RECOMMENDED --> TRIGGERED: Administrator launches\nthe Action Plan -TRIGGERED --> ONGOING: The Watcher Applier receives the request\nto launch 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 -TRIGGERED --> CANCELLED : Administrator cancels\nAction Plan +PENDING --> CANCELLED : Administrator cancels\nAction Plan CANCELLED --> DELETED DELETED --> [*] diff --git a/doc/source/images/action_plan_state_machine.png b/doc/source/images/action_plan_state_machine.png index b8ac3a86f..41018530a 100644 Binary files a/doc/source/images/action_plan_state_machine.png and b/doc/source/images/action_plan_state_machine.png differ