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 Advanced Studio 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.