How to move the sharepoint designer workflow from development to production server and on which account the workflow is to run?
Question:
I have created a workflow for the document library using SharePoint designer, how should I move it to production server?
Answer:
Use a migration tool like DocAve, Metalogix, Quest, etc.
I have created a workflow for the document library using SharePoint designer, how should I move it to production server?
Answer:
Use a migration tool like DocAve, Metalogix, Quest, etc.
If you don't have a tool, then you have to do a manual copy/edit like this:
- Create a new workflow on the Production site with the same name. Be sure to add a fake condition and one fake activity. This will generate the standard workflow files
- Copy the XOML and RULES files from your workflow in Dev (open the folder in SPD2010 and copy these specific files)
- Paste those files into the workflow folder you created in step 1
- Open the workflow again in Prod, and click through all the steps to reassociate each data point (simply click on the item, and it will re-associate)
- If you have any lookups like "Update List Item," then you'll need to manually edit the XOML file in SPD or Notepad so that you can find/replace the GUID of the associated list. Of course, that list must already exist on the Prod site, too.
- When done, click Finish to publish the workflow with the copied settings, and it should now work.
,nm,nm,n
ReplyDelete