Task Listener throws null error
Hello All,I have written task listener to get the users from candidate group I'm trying to call the following method List<User> users = userService.findUsersForGroup(Long.parseLong(groupId), "", 0, 1000);System.out.println("users=" + users.get(0).get...