If you are using the jbpm snapshots (5.2.0-SNAPSHOT) you can take a look at the AsyncTaskService and TaskService class. Both interfaces that allows you to query the informaiton about your human tasks and also interact with them. If you are using older versions you should take a look at the TaskClient class that has that logic.
Cheers