saig0 [http://community.jboss.org/people/saig0] created the discussion

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

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

--------------------------------------------------------------
Your xor data based gateway has the following condition: 

return result==true;


and references to a variable with name "result". 

When you try to deploy this process, you get following message:

Process Compilation error : org.drools.lang.descr.ProcessDescr@1fb6e95
          SDS/Process_SDS_PrasDemo_0.java (8:320) : result cannot be resolved
          SDS/Process_SDS_PrasDemo_0.java (14:535) : result cannot be resolved


This mean that you forgot to declare the variable in your process.
--------------------------------------------------------------

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

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
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to