JBoss Community

Re: JBPM-Console Human Task Implementation

created by Luis Tamayo in jBPM - View the full discussion

It could be

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

 

or

 

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

 

You should use CommandBasedWSHumanTaskHandler if you want to persist HT activities.

Reply to this message by going to Community

Start a new discussion in jBPM at Community