[jboss-user] [jBPM] - Re: jBPM process not completed (sometimes)
Demian Calcaprina
do-not-reply at jboss.com
Fri Jun 7 13:27:45 EDT 2013
Demian Calcaprina [https://community.jboss.org/people/calca] created the discussion
"Re: jBPM process not completed (sometimes)"
To view the discussion, visit: https://community.jboss.org/message/822038#822038
--------------------------------------------------------------
It could happen because the task complete listener are not registered for some reason:
https://github.com/droolsjbpm/jbpm/blob/5.4.x/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/process/workitem/wsht/AsyncGenericHTWorkItemHandler.java#L120 https://github.com/droolsjbpm/jbpm/blob/5.4.x/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/process/workitem/wsht/AsyncGenericHTWorkItemHandler.java#L120
Maybe you can debug to see if TaskCompletedHandler( https://github.com/droolsjbpm/jbpm/blob/5.4.x/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/process/workitem/wsht/AsyncGenericHTWorkItemHandler.java#L216 https://github.com/droolsjbpm/jbpm/blob/5.4.x/jbpm-human-task/jbpm-human-task-core/src/main/java/org/jbpm/process/workitem/wsht/AsyncGenericHTWorkItemHandler.java#L216) is being called..
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/822038#822038]
Start a new discussion in jBPM at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
-------------- next part --------------
An HTML attachment was scrubbed...
URL: http://lists.jboss.org/pipermail/jboss-user/attachments/20130607/a0636270/attachment.html
More information about the jboss-user
mailing list