I have an userTask with a form, user that claims task can re-assign task to another user, and finally complete this task.
BPMN has a cycle to the same userTask seeing if action is reassign. This userTask has defined potencialOwner a specific group.
Then,
How can I force that new Task is claim by user selected by first user?
All 2 users belongs to the same group (defined in userTask).
My best idea is create a TimerEvent associated to userTask, but, I only need to be executed 1 time, for force reasign, but if I repeat every 5 seconds… I'm doing a lot of work for nothing…
I'm working with activiti explorer.