JBoss Community

Re: From where taskClient.getTasksAssignedAsPotentialOwner(user, "en-UK", taskSummaryHandler); picks up the tasks

created by Mauricio Salatino in jBPM - View the full discussion

For retrieving the human task information you are using the Human Task services that is running here:

 

taskClient.connect("127.0.0.1", 9123);

 

 

That service has its own database decoupled from the session database to store the information about the human tasks. When you connect to that server and call the getTasks... or start.. it go to that database and niteracts with the information there.

Cheers

Reply to this message by going to Community

Start a new discussion in jBPM at Community