cancel
Showing results for 
Search instead for 
Did you mean: 

Last perfmer User Task assignement

campa
Champ in-the-making
Champ in-the-making
Hi

There is a way to automatically assign a User task to the user that has completed the previous task using only the XML definition ?
<userTask id="theTask" name="my task" activiti:candidateUsers="${previousTaskperformer}" />
I think can be an useful extension, not too much complex to realize .

Bye
Stefano
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
You can save the assignee it to a variable, using a tasklistener.

I don't think it will be a general feature, as it is no simple to make it work in complex cases (concrrency, subprocesses, etc)