HandlerUrl element

Specifies the relative URL of the ASP.NET generic web handler (.ashx) for a custom workflow action.

Syntax

<NintexWorkflowActivity>
   <HandlerUrl>string</HandlerUrlf>
</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

Set the value of this element to the following URL for all custom workflow actions:

ActivityServer.ashx

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

Example

The following example specifies the default URL of the ASP.NET generic web handler (.ashx) for the custom action.

<HandlerUrl>ActivityServer.ashx</HandlerUrl>

See Also

Concepts

Action definition files

Reference

Action Definition File XML Reference