Search code examples
workflow-foundationworkflow-foundation-4workflowservice

What is the retry behaviour for the SQL Workflow Instance Store?


I'm having trouble finding any documentation on how the SqlWorkflowInstanceStore and how it handles retires.

In Workflow 3.x there was a property you could set called "EnableRetries" that allowed retries when the Persistence Store was unavailable, but I can't seem to see anything similar in Workflow 4. Just to clarify, I know the "EnableRetries" is in .NET 4, but that's for legacy workflows.

I'm using Workflow Services not the Application or Invoker.

Can anyone shed any light? Or point me in the right direction?

Thanks, John


Solution

  • So, you can't do this in Workflow 4.0