How admin can complete task assigned to user?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2018 04:15 AM
Hello all,
I have process with two task. The first task is assigned to group and the second task is assigned to particular user (ex: user1). When an admin login, admin should be able to perform the second task on behalf of user(i.e., user1). How can i achieve this?
Kindly anyone suggest me to achieve this.
Thanks
Amruta Wandakar
- Labels:
-
Alfresco Process Services
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2018 06:27 AM
This question was tagged as Activiti7, are you using Activiti 7 APIs? if not this really confuse people trying to help.
In activiti7 you can use the Admin APIs to complete the task on behalf of user1 using the TaskAdminRuntime apis.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
09-05-2018 06:43 AM
I am using APS.
