Workflow is getting stuck when use Group ApprovalsIssue Workflow for Requested Items is stuck at the 'Approval' phase. Even if the Approval is 'Approved' or 'Rejected' , the workflow is not running. As a result, the state and stage of RITM is not getting changed.Cause"SNC - Run parent workflows" business rule is not triggered because the below condition did not match in the business rule.---new TaskStateUtil().canRunParentWF(current)"TaskStateUtil" script include is customized and due to the customization the business rule "SNC - Run parent workflows" does not trigger while approving using group approval.ResolutionRevert to the out-of-the-box (OOB) "TaskStateUtil" script include.