How admin can complete task assigned to user?

cancel
Showing results for 
Search instead for 
Did you mean: 
amruta_w
Senior Member

How admin can complete task assigned to user?

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

2 Replies
salaboy
Senior Member

Re: How admin can complete task assigned to user?

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. 

amruta_w
Senior Member

Re: How admin can complete task assigned to user?

I am using APS.