Retrying workflow errors

When a workflow has entered "Error" status due to an unhandled error, you can issue a Retry command to tell the system to retry the failed instances of the workflow from the point at which it failed.

Retry will execute all the code or rules for the step, event, rule or line where the workflow failed. It will not start the workflow from scratch, or restart execution from an earlier step of the workflow. If you want to “send the workflow back” or “skip” to a different step in the workflow, use the Go To Activity function in the Workflow Instances node instead. With a Retry, the system executes the event/line/rule that failed again; be careful if the event does multiple things like updating a database and then calling a web service. It is possible that you could end up updating the database twice but calling the web service once. You should understand the potential impact of issuing a retry command before you do so.
You can issue the Retry command from the Error Profiles View as well as the Workflow Instances view.