JBoss Community

Re: Boolean process variable - XOR check

created by wishmaster7 in jBPM - View the full discussion

forget my question, I have found a solution. in a script task, prior to the gateway (for example in "Check Client"), I put:

 

toto = true;

kcontext.setVariable("toto", toto);

 

 

and now it works. that means the variable "toto" exists but is not usable as long as it is not in the kcontext? well...

Reply to this message by going to Community

Start a new discussion in jBPM at Community