roxy1987 [https://community.jboss.org/people/roxy1987] created the discussion
"Re: jBPM straying after user task completed" To view the discussion, visit: https://community.jboss.org/message/798970#798970 -------------------------------------------------------------- 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 [https://community.jboss.org/message/798970#798970] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
