Re: [rules-users] Drools 5.5.0.Final : Rule Trigger Issue

2013-12-12 Thread Wolfgang Laun
Rule 1: This could result from not updating the WorkflowProcessInstance after creating the Variable "piRequest". Hard to tell without seeing all of the code... Rule 2: Simply incorrect syntax. Either use $r: Request( ADV == "N" ) or $r: Request() eval( $r.getADV().equals( "N" ) ) Make su

[rules-users] Drools 5.5.0.Final : Rule Trigger Issue

2013-12-12 Thread Zahid Ahmed
Hi, I am new to Rules and having following issues in different rules. Rule 1 : Issue I have a process definition in which I create and insert into Session a REQUEST.java object before the rule-flow node. Insert is done using script node. In rule condition section I am fil