Workflow not creating a change request as expectedIssue <!-- div.margin{ padding: 10px 40px 40px 30px; } table.tocTable{ border: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .6em; padding-bottom: .6em; padding-left: .9em; padding-right: .6em; } table.noteTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:2; } table.internalTable{ border:1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); width: 100%; border-spacing:0; } .sp td{ border-bottom: 1px solid; border-right: 1px solid; border-color:#E0E0E0; background-color: #ffffff; height: 20px; padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; } .sphr td{ border-right: 1px solid; border-bottom: 1px solid; border-color:#E0E0E0; background-color: rgb(245, 245, 245); padding-top: .5em; padding-bottom: .5em; padding-left: .5em; padding-right: .5em; height: 20px; } .title { color: #D1232B; font-weight:; font-size:25px; } .hd1{ color: #D1232B; font-weight:; font-size:18px; } .hd2{ color: #646464; font-weight:bold; font-size:16px; } .hd3{ color: #7a7a7a; font-weight:; font-size:16 px; text-decoration:; } .hd4{ color: #000000; font-weight:bold; font-size:14 px; text-decoration:; } --> Change requests are not being created for some catalog items. The Workflow activity shows the result as deleted. CauseThere is an out-of-the-box (OOB) business rule (Planned Start/End Date validation) that aborts creation on a change request when triggered if Plan start date is greater than Plan end date. The message 'Operation against file 'change_request' was aborted' occurs, which means that the creation of the change request is not executed. For example: 2017-11-29 08:35:49 (250) worker.1 worker.1 Background message, type:error, message: Planned end date must be after Planned start date 2017-11-29 08:35:49 (250) worker.1 worker.1 Operation against file 'change_request' was aborted by Business Rule 'Cascade Request Approval to Request Item^5da0b128dbfacf84f723f5441d961975'. Business Rule Stack:Cascade Request Approval to Request Item,Start Workflow,Planned Start/End Date validation ResolutionAdd validation on the start and end time on the catalog item to not allow the end time to be earlier than the start time so the business rule Planned Start/End Date validation will not trigger.