If a workflow fails due to an error, I have no way to handle that error. For example this error below when I try to add a user to a group, but that user is already in the group. There are modules after this workflow that I still need to run. I would want to this workflow to go a different route based on this error, but there is nothing I can do, the whole workflow fails after this.