Not sure if memberOf is supported in Drools 3 syntax, but I think this is
what u are trying to do
$f : FilteringStateConnector(connectorIndex == 4,
$campaignId : campaignId, $subscriberId : subscriberId)
// join on campaign ID first
DynaCampaign(
co
Obviously I can.
Thank you very much David for you motivation to help.
Here is the relevant set of rules as it's looks in My Drools3 .drl file:
(Please see comments after the drl).
"""
rule "4" // Campaign Age Range Groups
no-loop
when
$f : FilteringStateConnector(connectorI