API/bpm/humanTask?p=0&c=5&d=rootContainerId&f=user_id%3D1&f=state%3Dready
HumanTask.getFromCurrentUser({ p:0, c:5, d:'rootContainerId' }).$promise.then(function(tasks) { $scope.tasks = tasks.items; $scope.totalTasksToDo = tasks.totalCount; });