Configure a .Net activity
Use the following procedure to configure a .Net activity.
-
Add an activity to the map.
By default, the Configuration tab is open in the properties panel of the activity.
- Change the default Name of the activity to something meaningful.
- On the Type list, select .
-
Click
Configure for
Parameters.
The Configure .Net activity dialog box is displayed.
-
On the
Assembly file path list, select
Local.Net or
Store.Net and select the assembly file path. (Default: Local.Net)
The associated class and method of the assembly are populated in the Class and Method list.
-
If you select
Load assembly using full name, the application loads a .Net object from the Global Assembly Center
(GAC), using the display name of the .Net assembly object.
-
This option is available only for local assemblies.
-
For the TotalAgility Designer running in On-premise multi-tenant and Azure environments, only existing local assemblies and assemblies from the Store are available. You cannot add new local assemblies, but you can add Store assemblies.
-
If a .Net call contains classes within classes, all available levels of classes appear.
-
If the classes are recursive, only three levels of classes appear.
-
If a .Net call contains arrays within arrays, all available levels of arrays appear.
-
Static .Net classes are not supported.
-
- Map variables to the parameters using dynamic or static values. For more information see .Net activity mapping parameters.
- Click OK.
- Save the process map.
- Configure other properties for this activity. See Activity properties.