Hi,
we have this tested EPL code that we want to modify: instead of matching an alarm event with type = {string} we would like to match the alarm event if the type contains (or includes) a particular string:
existing EPL code
on all Alarm(type=ALARM_IN_TYPE, status=“ACTIVE”) as a1 → Alarm(type=ALARM_OUT_TYPE, status=“ACTIVE”) as a2 {