JBoss Community

Re: jBPM straying after user task completed

created by roxy1987 in jBPM - View the full discussion

Okay. I think I know what is wrong with your code. I believe you are not completing the workitem but completing the task.

Just add the code WorkItemManager.completeWorkItem(workItemId, <arguments if you have any other wise null>);

This will move your workflow forward.

 

Regards.

Reply to this message by going to Community

Start a new discussion in jBPM at Community