Task status
A task’s status could be any of the following:
| Status | Description |
|---|---|
| Running | Normal operational state of a task. The system schedules pending tasks for processing, if there are resources available. |
| Done | Successful end state of a task. A task is done when it has successfully completed and output is available. |
| Pending | A task enters the Pending state if:
|
| Canceled | A task enters the Canceled state if a user performs an administrative operation to forcefully cancel the job to which the task belongs or if the task is killed while it is in the running state. |
| Error | A task could end in the Error state if:
|