This topic describes the task execution statuses that you can query by calling API operations on a Robotic Process Automation (RPA) client.
Instance status | Description | Meaning |
|---|---|---|
wait | Waiting to run | An intermediate state. The task is waiting to be executed. |
running | Running | An intermediate state. The task is running. |
termination | Terminated | A terminal state. The task was manually stopped on the client or purged from the console during execution. |
completion | Completed | A terminal state. The task was completed successfully. |
error | Error | A terminal state. An error occurred during task execution, such as the robot disconnecting or the application having an error. |
unmatch | Unassigned | A terminal state that applies only to tasks created by scheduled jobs. It indicates that the number of specified robots exceeded the configured concurrency limit. Tasks beyond the limit are not executed and receive this status. |
notready | Not ready | A terminal state. The task could not be executed because the client was not ready when the task was triggered, such as when the client is offline. |