CAB Workbench: If an invalid approval group is provided to the CABApproval script it will cause an error rather than failing gracefullyDescriptionCAB Workbench: If an invalid approval group is provided to the CABApproval script it will cause an error rather than failing gracefullySteps to Reproduce 1. Create a Change Request and progress it to an approval state which has group approvals2. Initialise the CABApproval object with the Change Request3. Call the approve method with a comment and an invalid group id.4. Observe the errorvar changeGr = new GlideRecord("change_request");changeGr.get("sys_id of the change you have created");var cabApproval = new sn_change_cab.CABApproval(changeGr);cabApproval.approve("Testing comment", "invalid_group_sys_id");WorkaroundUpdate the OOB script include "CABApproval" by importing attached the XML file "sys_script_include_2d3593a0eb20220034d1eeea1206fe68.xml".Related Problem: PRB1558547