Reflects the current release of Nintex for SharePoint 2016. For your version, please access assistance through the Help button in the product.
This operation is used to remove a workflow action from the Nintex Workflow database. The action will no longer be able to be used in the Workflow designer or displayed in existing workflows.
NWAdmin.exe -o RemoveAction -adapterType <namespace.class of adapter> | -id <id of action>
| Name | Description |
|---|---|
|
-adapterType |
The namespace and class name of the adapter used to handle the action that is to be removed. Not required if the –id parameter is specified. |
|
-id |
The numeric ID of the action. No required if the -adapterType parameter is specified. |