if ( rule.getRuleFlowGroup() == null ) {
isActive = agendaGroup.isActive();
activatedForRecency = agendaGroup.getActivatedForRecency();
clearedForRecency = agendaGroup.getClearedForRecency();
} else {
InternalRuleFlowGroup rfg = (InternalRuleFlowGroup) agenda.getRuleFlowGroup( rule.getRuleFlowGroup() );
isActive = rfg.isActive();
activatedForRecency = rfg.getActivatedForRecency();
clearedForRecency = rfg.getClearedForRecency();
}
if ( isActive && activatedForRecency < handleRecency &&
agendaGroup.getAutoFocusActivator() != pctx ) {
return true;