What are the different states a task undergoes during its execution?
1 Like
Hi @jegan.ravikumar , The different States a task undergoes during its execution are as follows:
Status | Description |
---|---|
Running | This indicates that the task execution is in progress. |
Failed | The status transitions to Failed if the task encounters execution issues, with details accessible by hovering over the status. |
Crashed | This status indicates that an exception has occurred while task execution. |
Completed | After a successful execution, the status transitions to the Completed state, indicating the task has been executed successfully. |