<div>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</div>
<div>&nbsp;</div>
<div>IF COND1 is true</div>
<div>&nbsp;&nbsp; DO Action1</div>
<div>ELSE</div>
<div>&nbsp;&nbsp; DO Action 2</div>
<div>&nbsp;</div>
<div>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??</div>
<div>&nbsp;</div>
<div>&nbsp;</div>
<div>Thanks</div>
<div>Natraj</div>