# 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.

<table data-header-hidden><thead><tr><th width="206" valign="top"></th><th width="274.83349609375" valign="top"></th></tr></thead><tbody><tr><td valign="top">GUID/Queue Name</td><td valign="top">[Text] GUID or name of the Queue.</td></tr><tr><td valign="top">Task GUID</td><td valign="top">[Text] Filter for Task GUID.</td></tr><tr><td valign="top">Task Name</td><td valign="top">[Text] Filter for Task name.</td></tr><tr><td valign="top">Task Status</td><td valign="top"><p>Filter by Task status. Possible values:</p><ul><li>New - New;</li><li>InProgress - In Progress;</li><li>Success - Completed;</li><li>Failed (Application) - Error (Application);</li><li>Failed (Business) - Error (Business);</li><li>Postponed - Postponed;</li><li>Abandoned - Abandoned.</li></ul></td></tr><tr><td valign="top">Task Priority</td><td valign="top"><p>Filter by Task priority. Possible values:</p><ul><li>Low - low;</li><li>Normal - normal;</li><li>High - high.</li></ul></td></tr><tr><td valign="top">Tag Filter</td><td valign="top"><p>[Text] Filter by tags. The separator is a semicolon.</p><p>When using the "+" symbol before a tag, it must be present in the Task.</p><p>When using "-" - the tag must be absent in the Task. For example, <code>"+Tag1;-Tag2"</code>.</p></td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] Timeout in seconds.</td></tr><tr><td valign="top">GUID of Removed Task</td><td valign="top">[Text] Returns the GUID of the removed Task. If the Task was not found, an empty value is returned.</td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level. Possible values:</p><ul><li>"Default" - by default;</li><li>"Ignore" - errors are ignored;</li><li>"Handle" - errors are handled.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Message Level</td><td valign="top"><p>Select the message level that blocks will output during operation.</p><p>Possible values:</p><ul><li>"Default" - by default;</li><li>"Release" - output is disabled;</li><li>"Debug" - main information output;</li><li>"Detailed" - detailed information output.</li></ul><p>If "Default" is selected, the value from the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Message</td><td valign="top">[Text] Returns detailed information about the error in case of incorrect execution of the block's work.</td></tr></tbody></table>
