如何在 Windows 工作流基础中从另一个进程恢复一个工作流?

发布于 2024-08-19 00:37:27 字数 169 浏览 2 评论 0原文

我有一个使用 Windows 工作流的应用程序,我正在尝试编写一个服务,该服务将定期重新加载工作流并检查它们是否已根据时间事件 (DelayActivity) 更改状态。

有什么想法如何做到这一点?

我认为这会简单直接,但我无法让它正常工作,而且我尝试了多种方法。

谢谢 :)

I have an application that uses Windows Workflow and I am trying to write a service that will periodicly reload the workflows and check whether they have changed state based upon time events (DelayActivity).

Any ideas how to do this?

I thought it would be simple and straight forward but I can't get it to work quite right and I have tried multiple things.

Thanks :)

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

守护在此方 2024-08-26 00:37:27

管理开箱即用的 DelayActivity 的持久化服务将自动恢复持久化工作流程。对工作流程的任何更改都应通过工作流程本身完成,而不是带外完成。

The persistence service, which manages the out of box DelayActivity, will auto resume persisted workflows. And any changes to the workflow should be done thru the workflow itself, not out-of-band.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文