Workflow "Set Values" Activity did not update a Change Request as expectedIssue When using a Workflow on the Change Request [change_request] Table you see that a "Set Values" Activity was executed but the update did not apply to the Record.CauseThis could be happening because the "Actual end" Field is set to a Date that is before the "Actual start" Field on the Change Request Record. Which will then cause the Out Of Box "Actual Start/End Date Validation" Business Rule to execute and it will prevent the Workflow from updating the Record. In the Node Logs you will find the following Log Statement that confirms this: YYYY-MM-DD HH:MM:SS (XXX) Default-thread-X SESSION_ID txid=XXXXXXXX Operation against file 'change_request' was aborted by Business Rule 'SNC - Run parent workflows^cf180dde8725c15071c964273cbb357d'. Business Rule Stack:SNC - Run parent workflows,Actual Start/End Date ValidationResolutionPlease ensure that the Actual Dates are correctly populated before the Workflow or any other Script is attempting to Update the Record.