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(); }