简体   繁体   English

在没有Sharepoint对象的情况下与Sharepoint 2010工作流进行交互

[英]Interact with Sharepoint 2010 Workflows without Sharepoint objects

What I'm trying to do is to write a process that interacts with a workflow running inside of Sharepoint 2010, but not using Sharepoint's objects or lists. 我要做的是编写一个与Sharepoint 2010内部运行的工作流进行交互的过程,但不使用Sharepoint的对象或列表。

The reason I want to do it like this, is because I'm thinking of reusing this process to work with regular Windows Workflow Foundation workflows (If it's possible) 之所以要这样做,是因为我正在考虑重用此过程以与常规Windows Workflow Foundation工作流一起使用(如果可能)

Is there a way of doing this? 有办法吗?

Thanks! 谢谢!

SharePoint utilize WorkflowRuntime internally but it's not possible to access it using standard Workflow runtime methods. SharePoint在内部使用WorkflowRuntime,但无法使用标准Workflow运行时方法访问它。 But you can use SharePoint classes and objects outside SharePoint eg your application running on SharePoint server. 但是您可以在SharePoint外部使用SharePoint类和对象,例如,在SharePoint服务器上运行的应用程序。

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM