I created a custom workitem similar to the one here (jBPM6 - Custom Work Item: Hello Process Example) and it works fine with eclipse when i run it. I deployed it and it deployed successfully, however when i try to start the process, I get this error
Could not find work item handler for HelloProcessExtension
HelloProcessExtension is the name of my custom workitem
Just to make sure it is Clear not working on the workbench but it works fine on eclipse
Any ideas what the problem is?
In kie-workbench console you need to register custom workItemHandler. You can register it through kmodule.xml or through kie-deployment-descriptor.xml files.