Hello,
I was wondering if there is any easy way of getting the id of the user who completed a User Task? Ideally inside the Complete Task listener, so I can save it as a processVariable for late use.
I was thinking on an scenario where I want to assign the following task to the user who completed the previous one. Of course, one option is sending that name as a process variable when completing the task, but I would preffer getting that from the authenticated user info that Camunda has, in a similar way I believe is done for getting the initiator of a process instance.
Cheers
Carlos