In Siddhi, is it possible to retrieve the actual event that caused a positive response to a query.
For example if i have an event A that causes a condition to be satisfied, I can, via the query projection make available attributes of event A that i wish to use (as a Siddhi core event) in the ExecutionRuntime callback.
However I'd like to retrieve the actual event object that satisfied the query. Not just some/all of its attributes, as I would like to use that complete event as part of further processing. Is this possible?
If it is possible, would I also be able to get back events in the case where multiple events are required to satisfy a complex query(pattern/sequence).
thanks in advance for assistance.