JBoss Community

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

created by saig0 in jBPM - View the full discussion

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

Start a new discussion in jBPM at Community