Also this topic seems to be more suitable for the user mailing, and not the dev 
one.
Could you move the discussion there?

Thanks,
Kostas

> On Oct 10, 2017, at 4:29 PM, Kostas Kloudas <k.klou...@data-artisans.com> 
> wrote:
> 
> Hi Erdem,
> 
> Could you share also your pattern?
> If the “first” pattern has no quantifier, then it is expected to have only 
> one event.
> 
> Kostas
> 
>> On Oct 10, 2017, at 4:22 PM, Erdem erdfem <erdemyayla...@gmail.com> wrote:
>> 
>> Hello,
>> 
>> I want to take get pattern events. I use below code. When debug, context
>> has one event. I cant see other events. Can you help me?
>> 
>> for (ObjectNode node : context.getEventsForPattern("first")) {
>>   count += node.get(criterias.getPropName()).asInt();
>>   }
> 

Reply via email to