Change Management – CAB Workbench Approval Issue - Rejection of a change does not correctly reflect in the CAB Meeting decisions.DescriptionWhen the change is rejected in the CAB workbench, the change request approval is rejected but the "Agenda Item" in the change request is not updated as "Rejected".CauseThe issue is caused due to the "Change Request" record's Approval value not being rejected.ResolutionWhen the change is 'rejected' in the CAB meeting, the Agenda item in the CAB Meeting is updated from the out of the box business rule named "Sync approval with agenda item". The condition for the business rule to be executed is "Approval Changes to Approved or Approval Change to Reject". So the 'Approval' field in the 'change request' record should be updated as 'Rejected' for this business rule to kick in and update the value of the 'Agenda Item'. Therefore, in the workflow that is running against the change record, after the approval group activity which generates the approval records (that is being rejected in the workbench) add the "Approval Action" activity, one for the Approved path and another for the Rejected path, and mark the task(change request) as Approved/Rejected depending on the path.