-
Bug
-
Resolution: Done
-
Major
-
7.3.0.Final
-
None
-
2017 Week 34-35
-
NEW
-
NEW
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
- clones
-
RHBRMS-2898 Rule compiler does not fail for misspelled sliding window predicates
- Verified