I'm not a Drools expert (yet), but I think your rule is wrong.
Should be something like:
rule
when
claim : test.Claim( accident_damage_elements_no >= 10)
then
..
end
See Drools for lots of examples.
Reply to this message by going to Community
Start a new discussion in jBPM at Community