When an user request a Catalog Item with specific due date it is not cascaded to Catalog task recordDescription<!-- div.margin { padding: 10px 40px 40px 30px; } table.tocTable { border: 1px solid; border-color: #e0e0e0; background-color: #fff; } .title { color: #d1232b; font-weight: normal; font-size: 28px; } h1 { color: #d1232b; font-weight: normal; font-size: 21px; margin-bottom: 5px; border-bottom-width: 2px; border-bottom-style: solid; border-bottom-color: #cccccc; } h2 { color: #646464; font-weight: bold; font-size: 18px; } h3 { color: #000000; font-weight: bold; font-size: 16px; } h4 { color: #666666; font-weight: bold; font-size: 15px; } h5 { color: #000000; font-weight: bold; font-size: 13px; } h6 { color: #000000; font-weight: bold; font-size:14px; } ul, ol { margin-left: 0; list-style-position: outside; } --> Symptoms When an user requests a Catalog Item and fills in the due date. This date is cascaded to Requested Item record but not to Catalog task record. Cause Catalog Task Activity is defined incorrectly. Resolution Checkout the definition of Catalog Task Activity. Follow below steps to set Catalog Task's Due Date to be same as that of Requested Item Due Date. Navigate to 'Workflow Editor' present under 'Workflow' module and search for the workflow associated with Catalog ItemOpen the workflow and look for particular Catalog Task activity that creates the task with incorrect due date.Open up activity definition by double-clicking "Activity Properties" icon present on top-left corner of the Catalog Task activity."Activity Properties:Catalog Task" window opens upUnder "Schedule" section, you will find "Due date based on" field. Check if this field is set to "A date/time or duration field", if not then set it to this value.Above step will add mandatory "Field" to "Basics" section. This "Field" is used to specify from which field you are getting the Due date of this Catalog task. Set this "Field" to "Due date" i.e (Requested Item's Due Date) Additional Information To learn more about "Catalog Task workflow activity", refer below documentationhttps://docs.servicenow.com/csh?topicname=r_CatalogTask.html&version=latest