WF 4、WCF、取消正在运行的工作流

发布于 2024-10-26 15:42:13 字数 262 浏览 7 评论 0原文

目前有一个简单的工作流程作为服务端点公开。该服务与工作流实例 ID 相关联,一切都按预期工作(2 个服务调用可用 ReceiveBegin、Execute)。

我的问题是,我希望用户能够通过调用工作流上的另一个接收来取消工作流的长时间运行部分。已查看 WorkflowApplication.Cancel 但由于我将其作为 WCF 服务运行,因此它似乎不可用。

文档似乎对这个领域有点了解,大多数 HOL 和示例都集中在托管工作流程的控制台应用程序上。

Currently have a simple workflow exposed as a service endpoint. The service correlates on the workflow instance id and everything works as expected (2 service calls available ReceiveBegin, Execute).

My problem is that I would like the user to be able to cancel the long running part of the workflow by calling another Receive on the workflow. Have had a look at the WorkflowApplication.Cancel but as I am running this as a WCF service it doesn't seem to be available.

Documentation seems a bit light on this area and most HOL and examples focus on console apps hosting the workflow.

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

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

发布评论

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

评论(2

纸短情长 2024-11-02 15:42:13

对于工作流服务,工作流控制端点WorkflowControlClient 将允许您取消工作流实例。

With workflow services the Workflow Control Endpoint and WorkflowControlClient will allow you to cancel workflow instances.

仄言 2024-11-02 15:42:13

WF4 批处理作业示例中显示了另一个选项

Another option is shown in the WF4 Batch Job example

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