Specifies the icon that represents a custom workflow action.
<NintexWorkflowActivity> <Icon>string</Icon> </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 icon is displayed for instances of the action on the design surface of the Nintex Workflow designer. The value of this element should be set to the relative URL of the image used for the icon. The Workflow designer attempts to retrieve an image that matches the current locale, determined by the locale ID of the current culture for the current thread. If a matching image cannot be retrieved, Workflow designer uses the image that matches the default locale ID, 1033 (English - United States).
An 8-bit image, 49 pixels by 49 pixels in size, is recommended. If a valid image cannot be loaded by Nintex Workflow 2013, the Workflow designer displays a placeholder for the custom workflow action in the design surface, as illustrated in the following example:
When the action definition file is imported in Nintex Workflow Management, the Icon field is set to the value of this element.
The following example contains the relative URL of the image used as the icon for the custom action included in the ExecuteSqlScalar sample. For more information about the ExecuteSqlScalar sample, see ExecuteSqlScalar sample.
<Icon>/_layouts/NintexWorkflow/CustomActions/ExecuteSqlScalarAction/Images/ExecuteSqlScalarActionIcon.png</Icon>