I am new to JBPM. I am using JBPM 6.5.0 and using Eclipse IDE for my Development.
I am trying to create a simple workflow with a custom task and a human task (user task). When i try to run it , it starts, execute my custom task which is attached to a handler and then fails at human task. Error message was "Could not find work item handler for Human Task". Then I created a customhandler using WorkItemHandler and added to Human Task like this..
ksession.getWorkItemManager().registerWorkItemHandler("humantask",new HumanTaskworkItemHandler());
This is also giving me the exact same error.. Is there any default handler for Human tasks.? How do I use it.? If anyone has implemented this in java, could you please send me the link.
Thanks
Raj