Gary Struthers [http://community.jboss.org/people/GaryS] created the discussion

"Re: How to use a POJO as Gateway condition"

To view the discussion, visit: http://community.jboss.org/message/619540#619540

--------------------------------------------------------------
The example projects only show drools, xPath, and cron as language attribute in 
conditionExpressions. I tried the above and it didn't work. IIRC it failed in 
KnowledgeBuilder.

Then I tried
<conditionExpression xsi:type="tFormalExpression" language=" 
http://www.jboss.org/drools/rule 
http://www.jboss.org/drools/rule";>PIvars(applicationReady == 
true);</conditionExpression>
The Gateway ignored it.

This ugly one does work but if there is a clean way that works I'd like to know.
<conditionExpression xsi:type="tFormalExpression">
      org.drools.runtime.process.WorkflowProcessInstance process = 
(org.drools.runtime.process.WorkflowProcessInstance)kcontext.getProcessInstance();
      edu.berkeley.ouae.workflow.dto.FreshmanReadPIvars vars = 
process.getVariable("vars");
      return vars.isApplicationReady() == false;</conditionExpression>
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/619540#619540]

Start a new discussion in jBPM at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]

_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to