Sharepoint Workflow Development (2 part question)

前端 未结 6 2161
猫巷女王i
猫巷女王i 2021-02-11 03:29

I\'m trying to develop some SharePoint workflows for the company I work for, and I\'m not too familiar with the ins and outs of the technology. Normally when I want to familiar

6条回答
  •  暗喜
    暗喜 (楼主)
    2021-02-11 04:00

    While it's true you need SharePoint installed on your development computer for most SharePoint development, you can get away without it for workflow development. Follow these steps:

    • Copy the SharePoint DLLs to your development computer (for workflow you'll need microsoft.sharepoint.WorkflowActions.dll).
    • Open Visual Studio and open the Toolbox tab
    • Add a new tab (call it SharePoint Workflow Items)
    • In the new tab, click "Add Items"
    • Click the "Activities" tab
    • Locate and add microsoft.sharepoint.WorkflowActions.dll
    • You'll see a few new tasks show up and already selected.

    Once you do this, you'll be able to develop WF workflows that can use SharePoint-specific tasks. Deployment and testing the workflow is another task altogether.

提交回复
热议问题