<div><br></div>   An event represents something that already happened (past), so there is no such thing as a future event. You can have a fact that represents something that is scheduled to happen in the future, but that is not an event, and it can change as it is just data. Events are immutable.<div>
<br></div><div>   For instance: airport. You can have a flight scheduled to leave tomorrow at 08:00am, from gate B1. That schedule might change, because the flight can be delayed, cancelled, change gates, etc. It is just a fact in your system (e.g. ScheduledFlight). But when the flight actually departs the gate, then the system can have an event like FlightDepartedFromGate() that says the flight left the gate B1 at 08:02am. This is immutable, because it registers something that happened.</div>
<div><br></div><div>   Edson<br><br><div class="gmail_quote">On Wed, Mar 14, 2012 at 1:44 PM, lexsoto <span dir="ltr">&lt;<a href="mailto:lexsoto@gmail.com">lexsoto@gmail.com</a>&gt;</span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hello:<br>
<br>
I have this rule:<br>
<br>
<br>
<br>
An event is inserted that has a timestamp in the future, the rule is fired.<br>
This looks like a bug, because the sliding time window has not yet met the<br>
timestamp of the event.<br>
I expect the rule to fire not immediately but only when the time reaches the<br>
event time.<br>
<br>
Is my assumption/understanding correct?<br>
<br>
<br>
--<br>
View this message in context: <a href="http://drools.46999.n3.nabble.com/Future-events-tp3826236p3826236.html" target="_blank">http://drools.46999.n3.nabble.com/Future-events-tp3826236p3826236.html</a><br>
Sent from the Drools: User forum mailing list archive at Nabble.com.<br>
_______________________________________________<br>
rules-users mailing list<br>
<a href="mailto:rules-users@lists.jboss.org">rules-users@lists.jboss.org</a><br>
<a href="https://lists.jboss.org/mailman/listinfo/rules-users" target="_blank">https://lists.jboss.org/mailman/listinfo/rules-users</a><br>
</blockquote></div><br><br clear="all"><div><br></div>-- <br>  Edson Tirelli<br>  JBoss Drools Core Development<br>  JBoss by Red Hat @ <a href="http://www.jboss.com">www.jboss.com</a><br>
</div>