Hello,<br><br>How can I define a constant in en jboss flow process so I can use it in a flow-group rules?<br>I have defined it in the .drl that contains the ruleflow-group but when i try to set the constant with my service object using:<br>
<br>ksession.setGlobal(&quot;myService&quot;, serviceObject);<br>an Exception is thrown<br>                       java.lang.RuntimeException: Unexpected global [myService]<br><br><br>Is there any way to define globals in the .rf file within &lt;head&gt; tag? anyone knows where can i find the xsd description for .tf files?<br>
<br>Thanks<br>