[jboss-user] [jBPM] - Re: Process flow stops after human task completion in jBPM5.1

Mauricio Salatino do-not-reply at jboss.com
Sat Aug 27 10:17:37 EDT 2011


Mauricio Salatino [http://community.jboss.org/people/salaboy21] created the discussion

"Re: Process flow stops after human task completion in jBPM5.1"

To view the discussion, visit: http://community.jboss.org/message/623316#623316

--------------------------------------------------------------
That's a system wide generic listener.
You should register a WorkItemHandler that is in charge of creating the tasks when the processes reaches a userTask activity and also that attach the listeners to the session to be able to continue the process when a human task is created. I assume that you have something like:
ksession.getWorkItemManager().registerWorkItemHandler("Human Task", ... );
Right? that line attach the listener related with Human Tasks. You should set the appropriate handler for your Human Task Server.
Can you share that configuration and also specify which transport are you using?
Cheers
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/623316#623316]

Start a new discussion in jBPM at Community
[http://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/20110827/655da119/attachment.html 


More information about the jboss-user mailing list