How 'Expected Start' field on sc_task form is populatedIssue When a new Catalog Task is created from a workflow, the task gets created with a value on Expected Start field as the created time of the task. But how is the value set on the Expected Start field? and how can this field value set to blank?ReleaseMadrid Patch 4CauseWhen a Catalog Task is created from a workflow, insertion of a record into sc_task table is by a script include 'WFCreateTaskActivityUtils'. This is an OOB script includeResolutionIn the below Script Include 'WFCreateTaskActivityUtils', at line number 38 the Expected Start field value on the SC_TASK is being set. https://ANY OOB INSTANCE.service-now.com/nav_to.do?uri=%2Fsys_script_include.do%3Fsys_id%3D5c8247410bf13200647f83eb37673af4 To make this field value blank, Customer can set a NULL value to variable expected_start in the script include.