开发者

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 "EnableRetri开发者_如何学编程es" 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


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.


So, you can't do this in Workflow 4.0

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜