I need to search all task assigned using Group. webMethods built-in service is providing one service where we can search task using userID but for my case need to search task using user-group instead of user-ID. Anyone is having any suggestion for this.
If the tasks are assigned to a particular group then,
you would be able to retrieve the tasks with the built in search task service. Check with assignedToList in custom search fields (TaskSearchQuery/Terms).