In a dslr, can you pass a list of values to a condition or Drools is limited to one single value?
I would like to write something like:
[condition][]The customer firstName is in this list {nameList}=...
instead of
[condition][]The customer firstName is {name1} or {name2} or {name3}=...