[jboss-user] [jBPM] - Re: Getting jbpm-console to see jbpm designer process
Maciej Swiderski
do-not-reply at jboss.com
Mon Apr 22 13:33:18 EDT 2013
Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion
"Re: Getting jbpm-console to see jbpm designer process"
To view the discussion, visit: https://community.jboss.org/message/809642#809642
--------------------------------------------------------------
here is the main issue:
Caused by: org.drools.WorkItemHandlerNotFoundException: Could not find work item handler for
which means that you haven't:
* defined name of the task which will be used to execute the work item - most likely your service task - check http://docs.jboss.org/jbpm/v5.4/userguide/ch.domain-specific-processes.html here
* as you did not define the name most likely you did not register workitem handler for it - check http://docs.jboss.org/jbpm/v5.4/userguide/ch.console.html#d0e4698 here
* did not provide implementation of the work item handler on consoles classpath - package your handlers as jar and drop them into jbpm-console-server.war/WEB-INF/lib
HTH
--------------------------------------------------------------
Reply to this message by going to Community
[https://community.jboss.org/message/809642#809642]
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/20130422/80be9f80/attachment.html
More information about the jboss-user
mailing list