JBoss Community

Re: Understanding Human Task call

created by Mauricio Salatino in jBPM - View the full discussion

Hi there,

In order to work with Human Tasks/ User Tasks you need to register a WorkItemHandler that knows what to do when a User task is reached in your processes. You can do that with:

 

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

 

Of course you also need to start up the Task Service Server.

Greetings.

Reply to this message by going to Community

Start a new discussion in jBPM at Community