Simply identify the logic the "else" is trying to capture and write an
alternative rule to represent it.
Mark
Rajesh.Sachin10 wrote:
How to use if else conditions in one [when] [then] condition in
drools?
Eg: if(something){ do 1}
else {do 2}
I need to use only one [when] [then] condition. The requirement is like
that.