Hi.
This would be my first post here.
I have a camunda process, with two tasks, and the whole process has variables attached to it.
I have a class which implements TaskListener, and I’m trying to retrieve a certain variable, like this:
delegateTask.getVariable(var_name)
However, it returns null.
Can somebody explain how can I retrieve the variable?
Thanks.