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