1 Reply Latest reply on May 10, 2012 3:05 AM by swiderski.maciej

    Gateway problem

    estebanm

      Good Morning,

       

       

      I'm developing in drools using web designer 2.1, the model has a condition with a Boolean variable, I wrote the next: "return correcto.equals(false);" but in the console doesn't anything, the variable doesn't appear in the instance data and the console doesn't choose a way.

       

       

      What is the structure for the condition?

       

       

      Regards.

        • 1. Re: Gateway problem
          swiderski.maciej

          just make sure that you set the variable when starting process. If you have defined the variable in your process you can generate forms in designer so console will prompt you for the values when starting new instance of the process.

           

          HTH