Maciej Swiderski [
https://community.jboss.org/people/swiderski.maciej] created the
discussion
"Re: Could not getting tasks for business administrators through task client"
To view the discussion, visit:
https://community.jboss.org/message/776881#776881
--------------------------------------------------------------
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
[
https://community.jboss.org/message/776881#776881]
Start a new discussion in jBPM at Community
[
https://community.jboss.org/choose-container!input.jspa?contentType=1&...]