Is there a way to create a &#39;global&#39; that is completely specific to a drl file rather than the working memory?  I only wish to use this in rhs notification/persistence operations, ie passing a user&#39;s unique id to a db or sms operation.<div>
<br></div><div>I know this does not work but perhaps it will help to better illustrate my question:</div><div><br></div><div>global int user_id = 123;</div><div><br></div><div>...</div><div> then</div><div>   notification.sendSMS(user_id);</div>
<div>   </div>