Expressions, variables and processId
I have a spring bean which requires several variables, lets imagine the service method is as follows:void doSomething(String song, String id);The task is defined as below:<serviceTask id="task1" name="songTask" activiti:expression="#{bean.doSomethin...