Specifies the name of the assembly that contains the workflow action adapter for a custom workflow action.
<NintexWorkflowActivity> <AdapterAssembly>string</AdapterAssembly> </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 AdapterType element.
When the action definition file is imported in Nintex Workflow Management, the Adapter Assembly field is set to the value of this element.
The following example contains the full name of the Crestan.NintexWorkflowActions assembly, which contains the ExecuteSqlScalarAction action adapter for the ExecuteSqlScalar sample. For more information about the ExecuteSqlScalar sample, see ExecuteSqlScalar sample.
<AdapterAssembly>Crestan.NintexWorkflowActions, Version=1.0.0.0, Culture=neutral, PublicKeyToken=8e8490bab64b4ec6</AdapterAssembly>