Currently, the use of globals is not yet supported inside constraints and actions in ruleflow (you can however still use globals in the rules that are triggered by the ruleflow of course). This feature will be added when we add variable support to ruleflow, I think it will probably be possible to add the use of globals on svn in a few weeks.

As a temporary workaround, you can insert your (global) object in the working memory and retrieve it in your constraint.
If you only have one Map in your workingMemory, you can use map: Map()
Something more generic and extensible is defining a Global class: Global (name == "map", map: value)

Kris

----- Original Message ----- From: "vdelbart" <[EMAIL PROTECTED]>
To: <[email protected]>
Sent: Friday, August 31, 2007 9:17 AM
Subject: Re: [rules-users] Ruleflow and Global - precision



I try with the 4.0.1 release but it's the same result.

best regards,

Vdelbart
--
View this message in context: http://www.nabble.com/Ruleflow-and-Global---tf4347589.html#a12421773
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

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

Reply via email to