Answered my own question:
MyObject (status == StatusConstants.MATCHED | == StatusConstants.APPROVAL)
All,
If I remember correctly, in the 4.x version of Drools you were adding an or type syntax where you could compare a value against multiple values. What is the new syntax for it?
I am looking to do something logically like:
MyObject (status in ("Open" or "Matched")
Ron