JBoss Community

Re: Could not getting tasks for business administrators through task client

created by Maciej Swiderski in jBPM - View the full discussion

retrieving business admin's tasks works properly. Looks like a small typo in your test case:

 

  client.getTasksAssignedAsPotentialOwner("administrator", "en-UK",

                                        responseHandler);

 

should be rather

 

  client.getTasksAssignedAsBusinessAdministrator("administrator", "en-UK",

                                        responseHandler);

 

HTH

Reply to this message by going to Community

Start a new discussion in jBPM at Community