Also, with the "before" keyword in place of "after", the problem is
different, it considers all events as the start event.

rule "Detect it"
when
    $start : RawEvent()
    not $re : RawEvent(eval($re != $start), id == $start.id, this
before[0ms, 90s] $start)
then
    System.out.println("detected: " + $start);
end



--
View this message in context: 
http://drools.46999.n3.nabble.com/before-after-behavior-for-negative-pattern-tp4019497p4019508.html
Sent from the Drools: User forum mailing list archive at Nabble.com.
_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to