Specifies the name of a custom workflow action.
<NintexWorkflowActivity> <Name>string</Name> </NintexWorkflowActivity>
Characteristic | Description |
Data type and length | String |
Default value | None |
Cardinality | 1..1: Required element that occurs only once. |
Relationship | Element |
Parent elements | NintexWorkflowActivity |
Child elements | None |
The Workflow designer attempts to retrieve a value that matches the current locale, determined by the locale ID of the current culture for the current thread. If a matching value cannot be retrieved, Workflow designer uses the value that matches the default locale ID, 1033 (English - United States).
When the action definition file is imported in Nintex Workflow Management, the Name field is set to the value of this element.
The following example contains the name of the custom workflow action in the ExecuteSqlScalar sample. For more information about the ExecuteSqlScalar sample, see ExecuteSqlScalar sample.
<Name>Execute SQL Scalar</Name>