expression to pass activiti variable to spring method
I am trying to pass the processInstanceId and TaskDefinitionKey to a spring Bean using expression. If I call ${springBean.sendMessage("Hello World")} it works great!When I call ${springBean.sendMessage(" ${task.getTaskDefinitionKey()} ")} my message...