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.

_______________________________________________
rules-users mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/rules-users

Reply via email to