Deploying workflow actions
After creating and testing a custom workflow action using the Nintex Workflow 2013 SDK, the custom workflow action must be deployed to a Nintex Workflow 2013 implementation before it can be used in Nintex workflows.
You have two options for deploying custom workflow actions
-
Deploying workflow actions with Nintex Workflow Management
You can manually deploy a custom workflow action, by using a combination of manual actions, tools, and Nintex Workflow Management.
-
Deploying workflow actions with SharePoint features
You can programmatically deploy a custom workflow action, by using a SharePoint solution package containing the workflow activity, workflow action adapter, action definition file, and a SharePoint feature with a custom event receiver.
See Also
Concepts
Operations
Working with workflow activities
Implementing the workflow action adapter
Working with configuration pages