Hi,
I've implemented a web script that searches task details from by task id using java. I use workflowService to do the query but the query doesn't return init task. After doing some research I found out I could get the init task using the service and workflow instance id. However, even the init task doesn't hold information about the user who initiated the workflow. So how can I get the workflow initiator? I should fetch it using web script and display the name in user interface.
Thanks in advance.