# Get Default Task

Gets the Task assigned to the current Job being executed by the Robot.

<table data-header-hidden><thead><tr><th width="196.8333740234375" valign="top"></th><th width="289.5" valign="top"></th></tr></thead><tbody><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 name of the Task.</td></tr><tr><td valign="top">Parameters</td><td valign="top">[Text/Table/Dictionary] Returns the parameters of the 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. 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 execution. Possible values:</p><ul><li>"Default" - default;</li><li>"Release" - output is disabled;</li><li>"Debug" - outputs main information;</li><li>"Detailed" - outputs detailed information.</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 job.</td></tr></tbody></table>
