Task States
The execution states of sequential tasks, concurrent tasks, and action tasks are shown in the diagram below.
- Each task is in the
PENDINGstate after it is created, indicating that it is waiting for execution. - When a task cannot be executed due to the failure of its predecessor node or the relationship specified by
whenis not satisfied, it will be set to theSKIPPEDstate. - When the task is completed, it will be set to the
SUCCESSstate if the execution is successful, otherwise, it will be set to theFAILEDstate.
