Hi Experts,
In our process flow we have two human activity Validate & Confirm.
Each human activity has task (Validate & Confirm) associated with it.
Role is assigned as Potential owner in task level.
Now my requirement is to get the actual owner name/id when someone claim the task from UWL form both the human activity.
I tried to map the TaskOutput-->TaskAttributes-->actualOwner data to a reporting activity with a data source; but only getting the ROLE ID not the particular user. Is there any way I can get the task owner name/id ?
Moreover when a user just open the task from UWL and then close the window; then it treated as the user claimed the task, and its ID assigned as current processor. How do I get that info ? Because TaskOutput node will only generate when a task in completed (as per my knowledge)
Is it possible we can add TaskAttributes node to TaskInput of a human activity Input mapping like below
Please let me know your valuable input. Any kind of suggestion is highly appreciated.
Thanks & Regards,
Sambaran Chakraborty
Request clarification before answering.
have you tried with bpm api?
for the output, you can add your own field to store the actual processor.
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.
Thats Right the only way to see the claimed status is using BPM API, but TASK API are exclusive for tasks which for meant for that user and administrator only. So if you want to see who claimed the task youcan use getMyTaskAbstract(status) but use user who is administrator, else if you use any other user he/she can see only those tasks which has been claimed by him/her. I have never tried this but should work.
Thanks
Manish
Thanks Jun & Manish, I know in 7.31 we can use the API.
Forgot to say we are using CE7.2 .
Jun,
From the task output when we are trying to get the owner details (using reporting activity and VC ) it is only giving us ROLEID, not the UserID.
Is it because our Potential Owner defined at task level as ROLE. ?
Regards,
Sambaran
| User | Count |
|---|---|
| 5 | |
| 4 | |
| 4 | |
| 3 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 | |
| 2 |
You must be a registered user to add a comment. If you've already registered, sign in. Otherwise, register and sign in.