Im trying to query the human tasks that was created and persisted by the MinaServer.
Looking at junit tests I could see that for that job I should use MinaTaskClient.getTasksAssignedAsPotentialOwner("Darth Vader", "en-UK", responseHandler) or other methods like this one;
In this case I should pass one responseHandler that implements TaskSummaryResponseHandler.
In the source code I could see that exists BlockingTaskSummaryResponseHandler class that implements TaskSummaryResponseHandler.
By the way, these class isn't on M5 JAR.... I think because Its not located on the right path. It is on src/test folder instead of src/main.....