Install the configuration page and image files into the Layouts mapped folder

The configuration page and image files used by a custom workflow action are identified in the action definition file and are typically stored under the \NINTEXWORKFLOW\CustomActions folder, in the Layouts mapped folder for the SharePoint 2013 farm.

Typically, the folder structure is added to the workflow action adapter project in Visual Studio, when creating the configuration page for the custom workflow action. If you used the Visual Studio templates included with the Nintex Workflow 2013 SDK, the Layouts mapped folder is already included in the workflow action adapter project. Otherwise, you must manually add the Layouts mapped folder to that project. For more information about adding the Layouts mapped folder to the workflow action adapter project in Visual Studio, see How to: Add and Remove Mapped Folders.

After adding the Layouts mapped folder to your workflow action adapter project in Visual Studio, use the following recommended folder structure, replacing <Layouts> with the path to the Layouts mapped folder for the SharePoint 2013 farm and <ActionFolder> with the name of the folder for the custom workflow action:

Caution: Ensure that the folder structure used for the custom workflow action matches the relative paths specified in the ConfigurationDialogUrl, Icon, ToolboxIcon, and WarningIcon elements of the action definition file.

There are two recommended options for installing the configuration page and image files for the custom workflow action into the Layouts mapped folder in SharePoint 2013:

See Also

Concepts

Configuration pages

Action definition files

Operations

Deploying workflow actions with Nintex Workflow Management

Working with configuration pages

Reference

Action Definition File XML Reference