# Get Task from Queue

Gets a Task from the specified Queue.

<table data-header-hidden><thead><tr><th width="195" valign="top"></th><th width="283.0833740234375" 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. Wildcard usage is possible.</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">Offset</td><td valign="top">[Number] Offset from the beginning of the Queue.</td></tr><tr><td valign="top">Tag Filter</td><td valign="top"><p>[Text] Tag filter. 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">Created Later</td><td valign="top"><p>[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.</p><p>When specifying a date in text format, the format <code>"dd.MM.yyyy HH:mm:ss"</code> must be used.</p></td></tr><tr><td valign="top">Take to Work</td><td valign="top"><p>If selected, the Task status will be immediately changed to</p><p>"In Progress".</p></td></tr><tr><td valign="top">Overwrite Parameter Object</td><td valign="top"><p>If enabled, the already specified parameter object will be overwritten.</p><p>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.</p></td></tr><tr><td valign="top">Error on No Tasks</td><td valign="top">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.</td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] Timeout in seconds.</td></tr><tr><td valign="top">Task GUID</td><td valign="top">[Text] Returns the Task GUID.</td></tr><tr><td valign="top">Name</td><td valign="top">[Text] Returns the Task name.</td></tr><tr><td valign="top">Parameters</td><td valign="top">[Text/Table/Dictionary] Returns the Task parameters.</td></tr><tr><td valign="top">Task Object</td><td valign="top">[Object] Task Object. An example of using the object can be viewed in the expression editor.</td></tr><tr><td valign="top">Error Handling Level</td><td valign="top"><p>Select the error handling level.</p><p>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 of 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. 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 of the "Start" block of this diagram will be used.</p></td></tr><tr><td valign="top">Error Text</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>
