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&...]