Name element

Specifies the name of a custom workflow action.

Syntax

<NintexWorkflowActivity>
   <Name>string</Name>
</NintexWorkflowActivity>

Element Characteristics

Characteristic Description
Data type and length String
Default value None
Cardinality 1..1: Required element that occurs only once.

Element Relationships

Relationship Element
Parent elements NintexWorkflowActivity
Child elements None

Remarks

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.

Example

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>

See Also

Concepts

Action definition files

Reference

Category element

Description element

Icon element

ToolboxIcon element

WarningIcon element

Action Definition File XML Reference