Enum representing the possible triggers for an action. Used to specify when an action should be triggered based on the state of a task or plan.

Enumeration Members

Enumeration Members

ON_COMPLETION: "ON_COMPLETION"

Action is triggered when a task or plan completes.

ON_FAILURE: "ON_FAILURE"

Action is triggered when a task or plan fails.