Commands
- Last UpdatedSep 04, 2024
- 1 minute read
Scripts
Task state-related scripts are pieces of scripts that are commands. They are triggered by task-based events.
Because they are commands, all command nodes are available for use.

Events
Scripts are triggered by task-based events.
|
Event |
Description |
|---|---|
|
OnRunning |
Called when the task becomes active. |
|
OnLoop |
Called at every step while the task is running. |
|
OnSuccess |
Called as the task moves from running to success state. |
|
OnFail |
Called when the task moves from running to fail state. |