RemoveAction
Description
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.
Usage
NWAdmin.exe -o RemoveAction -adapterType <namespace.class of adapter> | -id <id of action>
Parameters
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. |