Capture user who accepts a task

Certified Senior Developer

Hi All

I have a form which is assigned to a group "A". Now a user being the member of group "A" can see this task in My Tasks.
Now he accepts the task.
I want to capture who in the group has accepted the task.
Note that: The task is not completed. It is still with the user.
I understand that it can be captured as the task is completed by tp!owner.
But I want to know before the task is completed.

Thanks in Advance....

OriginalPostID-76084

OriginalPostID-76084

  Discussion posts and replies are publicly visible

Parents
  • 0
    Certified Associate Developer
    Hi Bhaktit,
    There is no other way but to use 'Task report by Process Model' and use the 'Execute Process Report' smart service(under Analytics) to pull the data from the task report. Using above you can track the status of users who were assigned that task.

    Note: In above task report, you can edit the 'From column' to tp!owner(which is pp!initiator by default) or add a new column(as tp!owner) so that you can track the person who has accepted, completed etc..
Reply
  • 0
    Certified Associate Developer
    Hi Bhaktit,
    There is no other way but to use 'Task report by Process Model' and use the 'Execute Process Report' smart service(under Analytics) to pull the data from the task report. Using above you can track the status of users who were assigned that task.

    Note: In above task report, you can edit the 'From column' to tp!owner(which is pp!initiator by default) or add a new column(as tp!owner) so that you can track the person who has accepted, completed etc..
Children
No Data