Get Workflow initiator
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2015 05:22 AM
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.
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.
Labels:
- Labels:
-
Archive
1 REPLY 1
Options
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-21-2015 06:21 AM
Oh, one more thing. Workflow instance object holds property initiator but it always seems to be null.
