Hello,
we need some help in creating an EPL-Statement which counts Events with
lets say paramA=1 that are received between an Event with paramA=2 and
an Event with paramA=3. All Events are of the same type.
We tried to use a pattern like below. But the problem is that all events
are counted not only Events with eventType=TYPE2.
select eventType, count(*) as TYPE2_COUNT from
pattern[beginevent=event(eventType="START") ->
middleevent=event(processInstanceID!=beginevent.processInstanceID) until
endevent=event(eventType="END",
processInstanceID=beginevent.processInstanceID)];
Best regards Sascha
---------------------------------------------------------------------
To unsubscribe from this list, please visit:
http://xircles.codehaus.org/manage_email