Maciej Swiderski [https://community.jboss.org/people/swiderski.maciej] created the discussion
"Re: How to get tasks based on a Process ID in jBPM5.3" To view the discussion, visit: https://community.jboss.org/message/790394#790394 -------------------------------------------------------------- A dedicated method for this was added 5.4: http://docs.jboss.org/jbpm/v5.4/javadocs/org/jbpm/task/service/TaskClient.html#getTasksByStatusByProcessId(long,%20java.util.List,%20java.lang.String,%20org.jbpm.task.service.TaskClientHandler.TaskSummaryResponseHandler) getTasksByStatusByProcessId If you cannot upgrade to 5.4 then probably the only way is to use deprecated query method on taskClient as a workaround. HTH -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/790394#790394] Start a new discussion in jBPM at Community [https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2034]
_______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
