简体   繁体   English

WF 4 持久耐用的工作流程

[英]WF 4 persist and durable workflow

i want to ask if i can make persist and durable workflow application without using workflow services.我想问我是否可以在不使用工作流服务的情况下制作持久耐用的工作流应用程序。 is that possible?.那可能吗?。 Because as i found in a forum the only way to persist workflows is with workflow services.因为正如我在论坛中发现的那样,保持工作流的唯一方法是使用工作流服务。 Thx for your time.谢谢你的时间。

You can also persist workflows hosted in a WorkflowApplication .您还可以持久化托管在WorkflowApplication中的工作流。 You just can't use persistence with WorkflowInvoker .您不能将持久性与WorkflowInvoker一起使用。

This post shows how to persist your workflow using a WorkflowApplication as well as a WorkflowServiceHost. 这篇文章展示了如何使用WorkflowApplication和 WorkflowServiceHost 来持久化您的工作流。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM