How to Suspend a Workflow (Declarative Service Library) Service?
Scenario
Question
You can do so by adding a WorkflowControlEndpoint to the workflow service. Use a WorkflowControlClient at the client side to suspend, or abort etc, the workflow instance using the workflow instance id.
See here for more details. If you are using the AppFabric the WorkflowControlEndpoint is automatically added and configured using the NetNamedPipeBinding binding but you can use another binding if you like.
链接地址: http://www.djcxy.com/p/95858.html上一篇: 与Windows Workflow Foundation(WF4)集成的异步Web客户端
下一篇: 如何暂停工作流(声明式服务库)服务?