WorkflowRuntime 重新启动后,如何重新加载处于空闲状态的持久工作流? (新手问题)

发布于 2024-09-01 07:05:30 字数 145 浏览 1 评论 0原文

我计划创建持久的工作流程,当它们闲置时我希望保留它们。但是,当它们处于空闲状态时,WorkflowRuntime 可能会重新启动。

问题是:如何以某种方式创建 WorkflowRuntime,使其重新加载所有存储的空闲工作流程?

感谢您的指点。

I am planing to create long lasting workflows which I would like to persist when they become idle. However, meanwhile they are in Idle state, the WorkflowRuntime might be restarted.

The question is: How do I create the WorkflowRuntime in a way, that it will reload all stored idle workflows?

Thanks for any pointers.

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

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

发布评论

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

评论(1

嗼ふ静 2024-09-08 07:05:30

WorkflowRuntime 将确保重新加载具有过期 DelayActivity 的工作流。如果您使用自定义异步活动,则您有责任重新加载工作流程并对消息进行排队。

The WorkflowRuntime will make sure that workflows with a expired DelayActivity will get reloaded. If you are using custom async acitivities it is your responsibility to reload the workflow and queue the message.

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