I am using a method in my expression of activiti:tasklistener which is taking Map<String,Object> as a parameter. Instead of passing this map inside the initail variable map, i want to create this map inside the workflow itself and want a way to edit and update its variables also inside workflow. Is there any way to do this through activiti?
Here my ("approvalActions") is a map which i dont want to pass in the initial variable map rather want to create in workflow itself. is there any way to do that?