Modifying and Extending Nintex Workflow and Forms
This topic describes scenarios for extending and modifying Nintex Workflow and Forms.
Before you get started you may need to set up your development environment. For more information see Set up a Nintex Platform Development Environment.
Overview of modifying and extending the platform
You can accomplish some common development tasks for the Nintex platform by following these steps.
Product | Activity | Reference |
---|---|---|
Nintex Workflow |
Create a custom action in Nintex Workflow 2013. |
For more information, see Create a custom action. |
Nintex Forms |
Create a custom form control |
For more information, see Create a custom form control sample. |
Nintex Forms |
Export and publish a form with the Nintex Forms Web Service API. |
For more information, see Export and publish a form with the Nintex Forms Web Service API. |
Nintex Workflow |
Export and publish a workflow with the Nintex Workflow SOAP Web Service. |
For more information, see Export and publish a workflow with the Nintex Workflow SOAP Web Service. |
Nintex Workflow |
Use PowerShell to Import and Export a Workflow. |
For more information, see Use PowerShell to Export and Deploy a Workflow. |
Nintex Workflow |
Create, Import, and Export a User Defined Action |
For more information, see User Defined Actions. |