Get Task from Queue#
Gets a Task from the specified Queue.
| GUID/Queue Name | [Text] GUID or name of the Queue. |
| Task GUID | [Text] Filter for Task GUID. |
| Task Name | [Text] Filter for Task name. Wildcard usage is possible. |
| Task Status | Filter by Task status. Possible values:
|
| Task Priority | Filter by Task priority. Possible values:
|
| Offset | [Number] Offset from the beginning of the Queue. |
| Tag Filter | [Text] Tag filter. The separator is a semicolon. When using the "+" symbol before a tag, it must be present in the Task. When using "-" - the tag must be absent in the Task. For example: |
| Created Later | [Date and time/Text] If this property is filled, only those Tasks will be returned where CreatedAt is greater than or equal to the value of this field. When specifying a date in text format, the format |
| Take to Work | If selected, the Task status will be immediately changed to "In Progress". |
| Overwrite Parameter Object | If enabled, the already specified parameter object will be overwritten. Relevant for data tables if the parameters in the Task are a table. Otherwise, a new object will be created in the output parameter variable. |
| Error on No Tasks | If this property is enabled and the Task is not found, an error will be generated; otherwise, an empty string will be returned in the "Task Object" property. |
| Timeout | [Number] Timeout in seconds. |
| Task GUID | [Text] Returns the Task GUID. |
| Name | [Text] Returns the Task name. |
| Parameters | [Text/Table/Dictionary] Returns the Task parameters. |
| Task Object | [Object] Task Object. An example of using the object can be viewed in the expression editor. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value of the "Start" block of this diagram will be used. |
| Message Level | Select the message level that blocks will output during operation. Possible values:
If "Default" is selected, the value of 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. |