cancel
Showing results for 
Search instead for 
Did you mean: 

Complete user task button implementation in our own application

kum9sud
Champ in-the-making
Champ in-the-making
We need a complete user task button in our own application. And clicking on that, the user task completion should happen from our spring controller or directly from the listener. How can this be achieved?
1 REPLY 1

hari
Star Contributor
Star Contributor
Hi,

Use the below code to complete the task
<code>
processEngineInstance.getTaskService().complete(taskID, taskVariables);
</code>