JBoss Community

Re: How to deploy custom WorkItemHandler to JBPM server?

created by Leo Tseng in jBPM - View the full discussion

I copy my workitemHandler classes to  JBOSS_HOME\server\default\deploy\jbpm-gwt-console-server.war\WEB-INF\classes\{packageName}, and then edit the CustomWorkItemHandlers.conf in META-INF like

 

"Task1": new packageName.class1(),

...

 

After that, restart the jBPM and it works.

Reply to this message by going to Community

Start a new discussion in jBPM at Community