Specifies the relative URL of the ASP.NET generic web handler (.ashx) for a custom workflow action.
<NintexWorkflowActivity> <HandlerUrl>string</HandlerUrlf> </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 |
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.
The following example specifies the default URL of the ASP.NET generic web handler (.ashx) for the custom action.
<HandlerUrl>ActivityServer.ashx</HandlerUrl>