1 Reply Latest reply on Jun 18, 2012 4:39 AM by swiderski.maciej

    Problem defining variable types

    shulito

      Hi. I have a process and I've defined two variables (as properties): 'nombreUsuario' (which is a String) and 'existe' (wich is a boolean). The configuration looks like this:

       

      nombreUsuario.png

      existe.png

      When I try to start the process, I get two process compilation errors regarding the variable 'existe': "Incompatible operand types Object and boolean". The variable 'existe' is in the constraint of two outoing sequence flows of an inclusive diverging gateway, and that's the cause of the errors (if I remove the constraints it doesn't show any errors). The variable 'nombreUsuario' it's declared in the same way and it works just fine.

       

      Any idea what the problem might be??

       

      Thanks