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&...]