1 Reply Latest reply on Jan 29, 2016 1:49 AM by cheirma.rajan

    drools / conditional event

    hnandarusdy

      I am using jbpm 6.3 and I have a conditional event.

       

      I need to check whether my process variable is correct or not.

      Is there anyone knows to do this ?

       

      The way I tried was:

      $process : org.kie.api.runtime.process.WorkflowProcessInstance()

      $name: $process.getVariable("name")

       

      but it returns error.