cancel
Showing results for 
Search instead for 
Did you mean: 

User Guide Project Task Query

hasii2014
Champ in-the-making
Champ in-the-making
Working through the user guide, 10 minute tutorial;

Got through the point where the workflow is stored in the DB, I see it as an instance;  But when I try to do this:

        List<Task>  taskList    = taskService.createTaskQuery().taskCandidateUser("accountancy").list();

I get zero tasks;  So cannot make the workflow progress (complete)
I created the accountancy group as necessary and put fozzie in it.

Are there any gotcha's here that are tripping me up?

thanks
2 REPLIES 2

martin_grofcik
Confirmed Champ
Confirmed Champ
Hi,

is accountancy group or user?

Regards
Martin

hasii2014
Champ in-the-making
Champ in-the-making
It is a group.  Thanks for the quick answer.  I had to restart both the H2 DB server and the tomcat instance.  At that point this started working.  Good to know