Skulled Field [https://community.jboss.org/people/skulled] created the discussion
"unable to retrieve results when getTasksAssignedAsPotentialOwner" To view the discussion, visit: https://community.jboss.org/message/760375#760375 -------------------------------------------------------------- h2. Hello, I can't get tasks of user by userID with the method : getTasksAssignedAsPotentialOwner(userId, language, TaskSummaryResponseHandler). But with the same java code with another database it works. I do a "select * from jbpm_peopleassignments_potown where entity_id = 'myuserid';" in my database and I get results. I don't understand why this code return no results : Java code : BlockingTaskSummaryResponseHandler task = new BlockingTaskSummaryResponseHandler(); client.getTasksAssignedAsPotentialOwner( userId, "en-UK", task ); List<TaskSummary> tasks = task.getResults(); Error log : h2. java.lang.RuntimeException: Timeout : unable to retrieve results h2. at org.jbpm.task.service.responsehandlers.BlockingTaskSummaryResponseHandler.getResults(BlockingTaskSummaryResponseHandler.java:41) ... Please help me. Thanks -------------------------------------------------------------- Reply to this message by going to Community [https://community.jboss.org/message/760375#760375] 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
