By the way
----------------
List<Task> taskList3 = taskService.createTaskQuery().assignee("test1").list();
----------------
this is clear to understand, since there is a "jbpm4_task" table, the relationship is obvious. The things which i don't understand is the candidates...
Regards
Stree