Configure a .Net activity

Use the following procedure to configure a .Net activity.

  1. Add an activity to the map.

    By default, the Configuration tab is open in the properties panel of the activity.

  2. Change the default Name of the activity to something meaningful.
  3. On the Type list, select Common > .Net.
  4. Click Configure for Parameters.

    The Configure .Net activity dialog box is displayed.

    1. 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.
    2. 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.

    3. Map variables to the parameters using dynamic or static values. For more information see .Net activity mapping parameters.
    4. Click OK.
  5. Save the process map.
  6. Configure other properties for this activity. See Activity properties.