Specifies the name of the assembly that contains the workflow activity for a custom workflow action.
<NintexWorkflowActivity> <ActivityAssembly>string</ActivityAssembly> </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 value of this element must be set to the full four-part name of the assembly containing the type specified in the ActivityType element.
When the action definition file is imported in Nintex Workflow Management, the Activity Assembly field is set to the value of this element.
The following example contains the full name of the Crestan.WorkflowActivities assembly, which contains the ExecuteSqlScalarActivity activity included in the ExecuteSqlScalar sample. For more information about the ExecuteSqlScalar sample, see ExecuteSqlScalar sample.
<ActivityAssembly>Crestan.WorkflowActivities, Version=1.0.0.0, Culture=neutral, PublicKeyToken=e5daa473dcec272b</ActivityAssembly>