[jboss-user] [jBPM] - Re: jbpm 5.2 support for XOR gateway and complex gateway.

Maciej Swiderski do-not-reply at jboss.com
Tue Dec 27 06:33:45 EST 2011


Maciej Swiderski [http://community.jboss.org/people/swiderski.maciej] created the discussion

"Re: jbpm 5.2 support for XOR gateway and complex gateway."

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

--------------------------------------------------------------
You need to declare process variables(properties) in your process to be able to use them:

...
  <bpmn2:itemDefinition id="_xItem" structureRef="java.lang.Boolean"/>
  <bpmn2:process id="PrasDemo" drools:packageName="SDS" name="PrasDemo" isExecutable="true">
    <bpmn2:property id="result" itemSubjectRef="_xItem"/>
...


that should do the trick and your XOR gateway will work properly.

HTH
--------------------------------------------------------------

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

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

-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20111227/1c28992d/attachment.html 


More information about the jboss-user mailing list