# Modify Task

Modifies a Task.

<table data-header-hidden><thead><tr><th width="194.0833740234375" valign="top"></th><th valign="top"></th></tr></thead><tbody><tr><td valign="top">GUID/Task Name</td><td valign="top">[Text] GUID or name of the Task.</td></tr><tr><td valign="top">Title</td><td valign="top">[Text] Title of the Task. If the "GUID/Task Name" field specifies the Task Name instead of the GUID, this field must be empty.</td></tr><tr><td valign="top">Status</td><td valign="top"><p>Status of the Task.</p><p>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">Parameters</td><td valign="top">[Dictionary] Parameters of the Task.</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">Postpone Until</td><td valign="top">[Date and time/Text] The processing of the Task will be postponed until the specified time. In addition to specifying a value in this property, you need to change the value of the "Status" property of this Task to "Postponed". After the specified time, the Orchestrator will automatically change the task status 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 when the Robot receives the next Task from the Queue in order of priority, this Task will be received before Tasks with "High" priority.</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 of the Task.</td></tr><tr><td valign="top">Timeout</td><td valign="top">[Number] Timeout in seconds.</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" - 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 the blocks will output during operation. 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>
