ConfigurationDialogUrl element

Specifies the relative URL of the configuration page for a custom workflow action.

Syntax

<NintexWorkflowActivity>
   <ConfigurationDialogUrl>string</ConfigurationDialogUrl>
</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 configuration page for a workflow action is an ASP.NET page, typically located in the Layouts mapped folder, used to display and change the properties of the workflow action in the Workflow designer. The value of this element should be set to the URL of the configuration page, relative to the Layouts mapped folder.

When the action definition file is imported in Nintex Workflow Management, the Configuration dialog URL field is set to the value of this element.

Example

The following example contains the relative URL of the configuration page for the custom action included in the ExecuteSqlScalar sample. For more information about the ExecuteSqlScalar sample, see ExecuteSqlScalar sample.

<ConfigurationDialogUrl>CustomActions/ExecuteSqlScalarAction/ExecuteSqlScalarActionDialog.aspx</ConfigurationDialogUrl>

See Also

Concepts

Action definition files

Reference

Action Definition File XML Reference