Hi,
For the first time even I have tried the same. But it doesn't work.
I need to correlate the events on live. I am using fire rule until hault
(ksession.fireUntilHalt()).
EventRecord(type=EventRequest, id=1)
not EventRecord(type=EventResponse, id=1, this after [1s,10s])
This rule doesn't work because when EventRecord(type=EventRequest, id=1) hit
working memory, this rule also looks for EventRecord(type=EventResponse,
id=1). As the EventResponse doesn't the working memory, "not" logic become
true and executing the R.H.S part as soon as EventRequest arrives. This is
not waiting for 10seconds time interval.
--
View this message in context:
http://drools.46999.n3.nabble.com/please-provide-a-rule-for-events-timeou...
Sent from the Drools: User forum mailing list archive at
Nabble.com.