Answered by:
Move SharePoint Designer 2013 workflow from development to production?

Question
-
I have created workflow in SharePoint 2013 designer in development environment now I want to move this workflow to Production environment.
How to move?Saturday, February 8, 2014 9:34 AM
Answers
-
SharePoint Designer 2013 provides the capability to save the workflow as a template, it saves to the Site Assets.
Then you can export is as .wsp, which can be imported to any other site-collection. Interestingly SharePoint designer 2013, provides the capability to export all the three types of workflows Site Workflows, List Workflows and Re-usable workflows.
http://msdn.microsoft.com/en-us/library/office/jj819316.aspx
Please mark the replies as answers if they help or unmark if not.
- Edited by Sundar Narasiman Sunday, February 9, 2014 2:18 AM
- Proposed as answer by Nirikshita Wednesday, February 12, 2014 4:45 AM
- Marked as answer by Wendy DZMicrosoft contingent staff Sunday, February 23, 2014 1:56 PM
Sunday, February 9, 2014 2:18 AM -
Hi Prakash,
Port it into visual studio: http://blogs.msdn.com/b/sharepointdesigner/archive/2007/07/06/porting-sharepoint-designer-workflows-to-visual-studio.aspx
create it as a feature and then deploy it into your farm
Stacy Anothersharepointblog.blogspot.com
- Marked as answer by Wendy DZMicrosoft contingent staff Sunday, February 23, 2014 1:56 PM
Saturday, February 8, 2014 9:50 PM
All replies
-
Hi Prakash,
Port it into visual studio: http://blogs.msdn.com/b/sharepointdesigner/archive/2007/07/06/porting-sharepoint-designer-workflows-to-visual-studio.aspx
create it as a feature and then deploy it into your farm
Stacy Anothersharepointblog.blogspot.com
- Marked as answer by Wendy DZMicrosoft contingent staff Sunday, February 23, 2014 1:56 PM
Saturday, February 8, 2014 9:50 PM -
SharePoint Designer 2013 provides the capability to save the workflow as a template, it saves to the Site Assets.
Then you can export is as .wsp, which can be imported to any other site-collection. Interestingly SharePoint designer 2013, provides the capability to export all the three types of workflows Site Workflows, List Workflows and Re-usable workflows.
http://msdn.microsoft.com/en-us/library/office/jj819316.aspx
Please mark the replies as answers if they help or unmark if not.
- Edited by Sundar Narasiman Sunday, February 9, 2014 2:18 AM
- Proposed as answer by Nirikshita Wednesday, February 12, 2014 4:45 AM
- Marked as answer by Wendy DZMicrosoft contingent staff Sunday, February 23, 2014 1:56 PM
Sunday, February 9, 2014 2:18 AM -
Hi - I tested this procedure with a List workflow until the feature is activated in the destination site collection. Then I created manually a new list (similar to the one's existing in the development environment) but there is no way to associate the workflow (visible in SPD) to this new list. The button "Associate to List" is grayed on. Any suggestion ?Wednesday, April 23, 2014 12:45 PM
-
The list needs to exist before you deploy the workflow. It needs to have the same name, then the workflow will automatically connect to the list.
Hope this helps, Koen Vosters http://blogs.msdn.com/b/kvosters
Tuesday, September 30, 2014 3:11 PM