JBoss Community

Re: jBPM Console Server can't find WorkItem Handler Implementation

created by Ashutosh Kumar in jBPM - View the full discussion

In you processmain java file you have to register the handler like this

 

ksession.getWorkItemManager().registerWorkItemHandler(
       "Activo1", new defaultPackage.Activo1());

 

Hope this will help you to some extent...



Reply to this message by going to Community

Start a new discussion in jBPM at Community