How to get username who claimed a task on pool assignment with Javascript?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2016 06:10 AM
Hi,
I created a custom pool-assignment task workflow. One of my user task is ran as admin (runAs admin) which will change the original reviewer (assignee) to "admin".
How to retrieve the actual person who claim that task with Javascript?
Thank you.
[bayu]
- Labels:
-
Archive
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
10-27-2016 06:59 AM
You can't retrieve that information after the fact. This is one of the many reasons why runAs with "admin" (or any other user) should be used carefully as it can hide for really performed an action unless extra effort is taken to record that information. E.g. in your user task you could use a task listener on "complete" event to record the "fully authenticated user" in an additional task variable (or as an override to the task assignee).
