JBoss Community

Re: JBPM 5.1 Final Release with jboss-5.1.0.GA - Service Task

created by priyakpandey in jBPM - View the full discussion

I figured out the solution.

 

Copy the following and paste it into <jboss-as>\server\default\deploy\jbpm-gwt-console-server.war\WEB-INF\classes\META-INF\ CustomWorkItemHandlers.conf

 

[

  "Log": new org.jbpm.process.instance.impl.demo.SystemOutWorkItemHandler(),

  "Service Task": new org.jbpm.bpmn2.handler.ServiceTaskHandler(),

]

 

Restart jboss after making above changes.

 

This works

Reply to this message by going to Community

Start a new discussion in jBPM at Community