How to use Existing Sequential Visual Studio 2010 workflow code for SharePoint Online?

痞子三分冷 提交于 2019-12-11 15:02:25

问题


We are using SharePoint Server 2010, so we have developed sequential Visual Studio 2010 workflow as a farm solution using C# code.

Now we would like to use the same code base for share point online/office 365 (small business) as a sandbox solution.

Please advice.


回答1:


Sorry, but I have to ruin your day. VS workflows are deployed as a DLL files ie. Workflows cannot be deployed as a sandboxed solutions. You can: a) Create sandboxed custom action or b) use sharepoint designer to create reusable workflow and import it to visual studio (which hopefully allows sandboxed solution). So basically Office 365 does not support complex workflows.



来源:https://stackoverflow.com/questions/14452858/how-to-use-existing-sequential-visual-studio-2010-workflow-code-for-sharepoint-o

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!