<div>Hi all.</div>
<div> </div>
<div>Currently I have a rule flow that uses one XOR diverging gateway.  I can get it working using some simple return true or return false, and can get it to System.out.println as well.   However, I cannot seem to get access to the FactModel I&#39;ve passed to the rule server.</div>

<div> </div>
<div>I&#39;ve tried adding a variable of the same type and name, as well as importing the class in the constraints, but I didn&#39;t really expect those to work.  I&#39;ve seen in one example that I need to add mapping to a my object when I create the server HTTP request, but when I attempt this, none of the rules fire at all.   </div>

<div> </div>
<div>Is it possible to use the factModel to make decisions on the a gateway like this? Or would it just be simpler to add some Globals that I can write to in a rule table that will fire first?</div>
<div> </div>
<div>Cheers, and thanks.</div>
<div>J</div>
<div> </div>
<div> </div>