JBoss Community

Re: NullPointerException after completing human task

created by Adam Peng in jBPM - View the full discussion

I tracked the problem eventually.

 

I resolved the problem through using

 

ksession.getWorkItemManager().registerWorkItemHandler("Human Task", new CommondBaseWSHumanTaskHandler(ksession));

 

instead of

 

ksession.getWorkItemManager().registerWorkItemHandler("Human Task", new CommondBaseWSHumanTaskHandler());

 

 

 



Reply to this message by going to Community

Start a new discussion in jBPM at Community