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]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to