开发者

Method to Prevent Workflow Foundation 3.5 from persisting an executing workflow

Is there a way to prevent a WCF 3.5 workflow from being persisted? I have an issue where some items in the workflow can开发者_开发技巧not be serialized so I need to block persistence. Is there a way do this in .NET 3.5?


Don't set up a persistance store? Or do you mean you have to be able to persist some but not others?


In your .config, set PersistOnIdle="false". This will keep your Workflow from dehydrating when idle.

0

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜