Get Automation Task Status
Retrieve the status of an automation task assigned to the robot queue and place it into a new or existing variable.
-
Enter the task ID of the task for which you want to retrieve the status
-
The task ID can be set into a variable when the task is added to the queue using the Add Automation Task to Queue command
-
-
Enter the name of the variable into which to place the status. The statuses returned are numeric codes, as follows:
-
Enter the name of the variable into which to place the name of the robot executing (or that executed) the task
-
This data becomes available at the time the robot starts the task
-
-
Instruct the wizard how to handle any errors encountered. Read more about error handling.
|
Code |
Status |
|---|---|
|
0 |
started |
|
1 |
stopped |
|
2 |
ended |
|
3 |
delayed |
|
4 |
inactive |
|
5 |
skipped |
|
6 |
queued |
|
7 |
faulty |