Last perfmer User Task assignement

Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-16-2011 07:59 AM
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 ?
Bye
Stefano
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
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
06-17-2011 03:46 AM
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)
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)
