AdapterAssembly element

Specifies the name of the assembly that contains the workflow action adapter for a custom workflow action.

Syntax

<NintexWorkflowActivity>
   <AdapterAssembly>string</AdapterAssembly>
</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 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.

Example

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>

See Also

Concepts

Action definition files

Reference

ActivityAssembly element

AdapterType element

Action Definition File XML Reference