I created a spreadsheet with a boolean value indicating if a rule should be
created a given row. Is there a way in Drools Template to conditionality
create a row based on this boolean column?
Maybe something like this:
if(@{booleanRow})
rule "some rule"
when
...
then
profit!!
end
end
--
View this message in context:
http://drools.46999.n3.nabble.com/Drools-Template-conditionally-add-a-rul...
Sent from the Drools: User forum mailing list archive at
Nabble.com.