I am trying to edit an existing Drools Fusion rule. The class we use for events does not have any kind of timestamp, so the rule is relying on the ones implicitly added by Drools at the time the events are created.
I would like to add some code to the "then" block of the rule to retrieve data from a database related to the times at which the events occurred. However, I can find no way to access these implicit timestamps.
Is there any way to do this, or am I going to have to re-define the event class?