# Add Task to Queue

Creates a Task and adds it to the Queue.

<table data-header-hidden><thead><tr><th width="202.33331298828125" valign="top"></th><th width="279.41668701171875" 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">Title</td><td valign="top">[Text] Title of the Task.</td></tr><tr><td valign="top">Description</td><td valign="top">[Text] Description of the Task.</td></tr><tr><td valign="top">Parameters</td><td valign="top">[Text/Table/Dictionary] Parameters of the Task.</td></tr><tr><td valign="top">Delay Until</td><td valign="top">[Date and time/Text] The processing of the Task will be delayed until the specified time. After the specified time, the Orchestrator will automatically change the status of the Task to "New".</td></tr><tr><td valign="top">Deadline</td><td valign="top">[Date and time/Text] If the time specified in this property has already passed, the Task will receive the highest priority in the Queue, meaning that when the Robot retrieves the next Task from the Queue in order of priority, this Task will be retrieved before Tasks with "High" priority.</td></tr><tr><td valign="top">Priority</td><td valign="top"><p>Priority of the Task.</p><p>Possible values:</p><ul><li>Low - low;</li><li>Normal - normal;</li><li>High - high.</li></ul></td></tr><tr><td valign="top">Tag List</td><td valign="top">[Text] List of tags separated by semicolons.</td></tr><tr><td valign="top">Comment</td><td valign="top">[Text] Comment for the Task.</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] GUID of the created Task.</td></tr><tr><td valign="top">Task Object</td><td valign="top">[Object] The 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" - 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" - default;</li><li>"Release" - output 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 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>
