取消/停止 WF4 中的工作流程
我有一个长时间运行的工作流程,运行时间为 3-5 分钟;我想在工作流程执行时为最终用户提供取消/停止/中止工作流程的灵活性。我该怎么做?
海洋
I have long running workflow which runs for 3-5 minutes; I want to give flexibility to end user to Cancel/Stop/Abort workflow while workflow is in execution. How can I do this ?
Ocean
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
这取决于您的工作流程执行环境。如果您使用 WorkflowApplication,它具有控制工作流程的方法。如果您正在使用 WorkflowServiceHost,则有一个带有客户端的工作流控制端点可以让您这样做。有关 WCF 选项,请参阅此答案。
It depends on your workflow execution environment. If you are using the WorkflowApplication it has methods to control a workflow. If your are using the WorkflowServiceHost there is a Workflow Control Endpoint with a client that will let you do so. See this answer for the WCF option.