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.
Hi Herman i hope the following link would be helpful to resolve your problem.