Add Tasks to Queue#
Adds Tasks to the Queue. The list of parameters is generated for each row of the input table.
| GUID/Queue Name | [Text] GUID or name of the Queue. |
| Parameter Table | [Data Table] A table from which a new Task will be created for each row. |
| Title Prefix | [Text] The prefix for the Task title. |
| Index of the Column with Title | [Number] The index of the column with Task titles in the input table. |
| Number of Threads | [Number] If a value greater than two is specified, the Task creation process is split into threads. The number of threads equals the specified value. |
| Add Date and Time | When enabled, the current date and time will be added to the name. |
| Description | [Text] Description of the Task. |
| Delay Until | [Date and Time/Text] The processing of the Task will be delayed until the specified time. In addition to specifying a value in this property, you need to change the value of the "Status" property of this Task to "Postponed". After the specified time, the Orchestrator will automatically change the Task's status to "New". |
| Deadline | [Date and Time/Text] If the time specified in this property has already passed, the Task will receive the highest priority in the Queue, meaning that when the Robot receives the next Task from the Queue in order of priority, this Task will be received before Tasks with "High" priority. |
| Priority | Task priority. Possible values:
|
| Tag List | [Text] A list of tags separated by semicolons. |
| Parameter Type | Selection of parameter type. Possible values:
|
| Timeout | [Number] Timeout in seconds. |
| List of Task GUIDs | [List] A list of GUIDs of created Tasks. |
| Error Handling Level | Selection of error handling level. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Message Level | Selection of the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value from the "Start" block of this diagram will be used. |
| Error Text | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |