[jboss-user] [jBPM] - Re: Could not find work item handler
roxy1987
do-not-reply at jboss.com
Thu Aug 11 05:05:56 EDT 2011
roxy1987 [http://community.jboss.org/people/roxy1987] created the discussion
"Re: Could not find work item handler"
To view the discussion, visit: http://community.jboss.org/message/620558#620558
--------------------------------------------------------------
You need to add a work item handler for the task.
eg. if it is a human task, WorkItemHandler is added like this :
ksession.getWorkItemManager().registerWorkItemHandler("Human Task", new WSHumanTaskHandler());
if it is mail node, then WorkItemHandler is defined like this :
ksession.getWorkItemManager().registerWorkItemHandler("Email", new SystemOutWorkItemHandler());
regards.
--------------------------------------------------------------
Reply to this message by going to Community
[http://community.jboss.org/message/620558#620558]
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/20110811/9b6579f0/attachment.html
More information about the jboss-user
mailing list