Deploying workflows

Although you cannot programmatically create workflows using Nintex Workflow 2013, you can deploy exported workflows by using the Workflow web service to publish a Nintex Workflow 2013 export (.nwf) file from a SharePoint 2013 solution package.

Prerequisites

To create the SharePoint 2013 solution package in Visual Studio 2012, you must have the following prerequisites:

Creating the solution package

You can use Visual Studio 2012 to create a SharePoint 2013 solution package, by creating a new project from the SharePoint 2013 - Empty Project template provided with Microsoft Office Developer Tools for Visual Studio 2012. For more information about SharePoint 2013 project and project item templates, see SharePoint Project and Project Item Templates.

The SharePoint 2013 solution package must contain, at a minimum, the following items:

Authenticating the solution package

The event receiver needs to create appropriate credentials to authenticate the SharePoint feature when the event receiver invokes service operations on the Workflow web service. You can use one of the three following techniques to create the appropriate credentials:

Nintex recommends that you create a workflow constant in Nintex Workflow 2013 to store an appropriate credential for use.

See Also

Concepts

Export files

Operations

Saving and publishing workflows

Reference

Web Service Reference