Rule engine compiles the following DRL with no exception, despite the erroneous expression window:len.
From behavior, it seems that the last part of the condition is simply disregarded.
rule "Risky Event" no-loop when $plcEvent: PLCEvent( input2 > 10.0 ) over window:len(3) then insert(new RiskyEvent($plcEvent)); end
- is cloned by
-
DROOLS-1723 Rule compiler does not fail for misspelled sliding window predicates
- Closed