Question

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

Was it helpful?

Solution 2

So, you can't do this in Workflow 4.0

OTHER TIPS

You're looking for the InstanceLockedExceptionAction. The exact timeouts are not configurable from what I've seen. In fact the best documentation I've seen on them is actually from the AppFabric documentation here.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top