When writing a rule, how do i deal with a scenario to do an action when a condition is not true. If i have a business need like
 
IF COND1 is true
   DO Action1
ELSE
   DO Action 2
 
I feel with drools we only check for the condition in when part and incase it fails, we dont have a way to call another action. Any idea??
 
 
Thanks
Natraj