Hi Mauricio, I had briefly went through the tutorial and some other pages on the internet.
So should I create my own EntityManager and use its createNamedQuery(String arg0) method to execute the query?
Or I can actually use the query(qlString, size, offset, responseHandler) method of org.jbpm.task.service.TaskClient class for convinience?
If I can, how do I pass in the processInstanceId into this query method?