Human Tasks : How to get the task initiator details
Hi
I'm doing a simple Human task service, where an employee raises an expense report.
In the Human task, in the participant assignment, I want to assign the participant(manager in this case) dynamically
something like
getManager(*getInitiatorForThisTask()*)
I could see getManager(username) funciton in the Identity Service Functions, but how to i get the username of the initiator of this task. Since that is the parameter to be passed in getManager(username) function.
Regards
RaviKiran.