Ok guys, already found a solution, but maybe you can point me out to a simpler one.
I'm using a org.activiti.engine.impl.bpmn.listener.ScriptTaskListener @complete event and use groovy script to assign task.getAssignee() to a variable. I re-use this variable in the assignee field of subsequent tasks.