When a constraint expression has multiple properties, standard drl (MvelConstraint.calculateMaskFromExpression()) enlists only the first property for property reactivity (e.g. 'age' in the below case) while executable model can react on both.
$p : Person( age > salary )
- clones
-
DROOLS-5677 STANDARD_DRL property reactivity doesn't recognize multiple properties in an expression
- Closed