0
votes

How to set Default Value in Drools Decision table do an action without condition

Rule Compilation error $cs cannot be resolved

eg:

enter image description here

1
Well, what do you expect? This says call setSavings and setEligibility - somewhere. How should the computer know where "somewhere" is? - laune
Yup you are right please find the solution below - athish sreeram

1 Answers

0
votes

You can use eval(true) which will help to declare the $cs in the Condition

enter image description here