Hi All,
I have claimed and in task A
as user X
; but I want to assign task B
to another user Y
from this current task A
. I am trying to achieve this by using End Event Listener
for task A
. As I know execution id
of task B
so I could get DelegateTask
object for task B
.
I am doing following
task.addCandidateGroup("some group id"); task.setAssignee("user Y id");
But assignments are failing…
Could you please let me know what mistake I am doing…
Thanks
Alok Anand