Remove Task from Queue#
Removes a Task from the specified Queue. If no Task is found based on the specified filter, no error will be generated.
| GUID/Queue Name | [Text] GUID or name of the Queue. |
| Task GUID | [Text] Filter for Task GUID. |
| Task Name | [Text] Filter for Task name. |
| Task Status | Filter by Task status. Possible values:
|
| Task Priority | Filter by Task priority. Possible values:
|
| 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, |
| Timeout | [Number] Timeout in seconds. |
| GUID of Removed Task | [Text] Returns the GUID of the removed Task. If the Task was not found, an empty value is returned. |
| 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 Message | [Text] Returns detailed information about the error in case of incorrect execution of the block's work. |