有人可以帮助我累积这个累积函数
($sum: Repetition(objectId == getEventKey(), "VERY_LONG".equals(getRepType()));
$count: count($sum); $count== $vlongCount)
尽管$count=10 and vlongcount=11
积累仍在发生。在Drools
答案 0 :(得分:0)
$count:Number(intValue == $vlongCount)
from accumulate(Repetition($sum: objectId == getEventKey(), "VERY_LONG".equals(getRepType())),$count: count($sum))