All
I want to know that how to define contant variable in jboss drools rule.
So, Admin has to change only one place to modify the configurable value.
Thanks.
|
All I want to know that how to define contant variable in jboss drools rule. So, Admin has to change only one place to modify the configurable value. Thanks. |
|||
|
|
|
You´re able to define global variables within a rule. This variable can be filled via Java like this:
In the rule, this global can be accessed via the 'global' keyword:
|
|||||
|