DeployWorkflowWithFeature sample

The DeployWorkflowWithFeature sample provides an example of implementing a simple SharePoint 2013 solution package to deploy a list workflow for a SharePoint document library.

Overview

The sample represents a SharePoint 2013 solution package, in which a single feature is used to provision a sample SharePoint document library and publish a list workflow from a Nintex Workflow 2013 export (.nwf) file included with the solution package.

The feature uses an event receiver to handle the following events:

Authenticating the solution package

The sample implements a support method, GetRunTimeCredentials, which demonstrates how to implement the following three techniques:

For more information about authenticating solution packages, see Deploying workflows.

See Also

Concepts

Workflows

Export files

Operations

Working with workflows