I cannot use execution.getVariable() inside service task
when i evalute bpmn , I got message
Unable to evaluate script: groovy.lang.MissingPropertyException: No such property: execution for class: Script2
I cannot use execution.getVariable() inside service task
when i evalute bpmn , I got message
Unable to evaluate script: groovy.lang.MissingPropertyException: No such property: execution for class: Script2
When using connector you have to use connector.getVariable
Thank a lot