We have a workflow that assigns tasks to a sharepoint group instead of individual users.
This causes the my workflow task webpart to not display any tasks.
Is there a way to modify the my workflow tasks web part to select and display the tasks associated with a sharepoint group?
Instead of using the My Task web part, you can add the Task list on the page and modify the view. In the Filter section, AssignedTo = <Your Group Name>.
This will list all the tasks that are assigned to that group.