[rules-users] Guided Rule Template globals

2013-12-04 Thread marjan.sterjev
Hi, I’m trying to implement Guided Rule Template in KIE WB (Guvnor). The logic is simple: The Condition shall check range of ages and for action call a method on a global. The global is defined in Global Variables artifact. I can see two problems with the editor: 1. I can choose the global

Re: [rules-users] Guided Rule Template globals

2013-12-04 Thread Michael Anstis
Do you set the global to an object in *your* runtime? The global definition will exist in your project but will need initialising to an object by your code. If the editor lacks a feature you require why not roll your sleeves up and provide a pull request? We don't normally have the time to respond