Get a List of Tasks from the Queue#
Gets a list of Tasks 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. |
| Maximum Count | [Number] Returns no more than the specified number of Tasks. If the parameter is not specified, no more than 100 Tasks will be returned. |
| Tag Filter | [Text] Filter by tags. 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 After | [Date and Time/Text] If the property is filled, only those Tasks will be included in the result where CreatedAt is greater than or equal to the value of this field. When specifying a date in text format, the format |
| Take for Work | If selected, the status of the Tasks will be immediately changed to "In Progress". |
| Timeout | [Number] Timeout in seconds. |
| Error on No Tasks | When this property is enabled, if no Tasks are found, an error will be generated; otherwise, an empty list will be returned. |
| List of Task GUIDs | [List] List of retrieved Task GUIDs. |
| List of Task Names | [List] List of retrieved Task names. |
| List of Task Objects | [List] List of retrieved Task objects. An example of using the object can be seen in the expression editor. |
| Number of Tasks | [Number] Number of retrieved Tasks. |
| Error Handling Level | Select the error handling level. Possible values:
If "Default" is selected, the value from 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 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. |