[rules-users] Ruleflow and Global ?
vdelbart
delbart.v at mipih.fr
Wed Aug 29 09:26:59 EDT 2007
Hello,
How to use global in my split condition of a Ruleflow ? :confused::confused:
I try this :
-----------------------------------------------------------------------------
My global map is a HashMap
when I write this :
Boolean(eval((Boolean)map.get("decision") == true)) from Boolean.TRUE;
I have this error :-( :
initPackage/Rule_RuleFlow_mcoProcess_31_32_0.java (10:386) : map cannot be
resolved
when I write this :
Boolean(booleanValue == false) from map.get("decision")
I have this error :-( :
Unable to build expression for 'from' node map.get("decision")' : [Rule
name=RuleFlow-mcoProcess-31-32, agendaGroup=MAIN, salience=0, no-loop=false]
-----------------------------------------------------------------------------
--
View this message in context: http://www.nabble.com/Ruleflow-and-Global---tf4347589.html#a12386433
Sent from the drools - user mailing list archive at Nabble.com.
More information about the rules-users
mailing list