Touchstone Re 2023 API Reference
ActivityManagementServiceClient Class Members
Properties  Methods 


Air.Services.Proxy Assembly > (Global) Namespace : ActivityManagementServiceClient Class

The following tables list the members exposed by ActivityManagementServiceClient.

Public Constructors
 NameDescription
Public ConstructorOverloaded.   
Top
Public Properties
 NameDescription
Public Property (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>)
Public Property (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>)
Public Property (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>)
Public Property (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>)
Public Property (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>)
Top
Protected Properties
Public Methods
 NameDescription
Public Method (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>)
Public MethodInitiates a synchronous call to cancel eligible activities for analyses in Touchstone and Touchstone Re. You can initiate cancel request for a pending activity directly, thereby, enabling you to bypass cancel restrictions on UI. In addition, the Cancel Activity method allows you to interrupt individual analyses that may take several hours to complete and saves on resources and/or time that you can use for other higher priority activities. Retrieves the status of an activity that you requested to cancel using the CancelActivity() method.  
Public Method (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>)
Public Method (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>)
Public MethodRetrieves a list of the High Performance Computing (HPC) Activities performed in a given business unit.  
Public MethodRetrieves detailed information about a single High Performance Computing (HPC) Activity, including the status of this Activity.  
Public MethodRetrieves the path to the log file for a single High Performance Computing (HPC) Activity, based on a specific template.

If the Activity has completed or failed, this method returns the path to the log file. If the Activity has not yet completed, then no log file is available. In this case, the software returns a Token ID that you can pass into this method in a subsequent method call to retrieve the relevant log file.

 
Public MethodRetrieves a list of Activity file templates that are relevant to a single High Performance Computing (HPC) Activity.

Activity file templates are files that contain headings under which data about a specified Activity is collected. All Activities produce an Operational Log. Other types of activities produce additional files based on other templates. For example, an Import Activity might produce files based on the following templates:

  • Operational Log.template
  • Import Log.template
  • Detailed Import Log.template
  • Rejection File ACORD.xls.template
  • Rejection File Contract CSV.csv.template
  • Rejection File Location CSV.csv.template
  • Rejection File Reinsurance CSV.csv.template
  • Rejection File StepFunction CSV.csv.template
  • Rejection File UFX.ufx.template
  • Rejection File UPX.upx.template

The Operational Log tracks the status of an Activity from start to finish. The Import Business Log tracks errors, exceptions, business errors, and other statistics related to an Import Activity. The rejection files contain records that the application cannot import due to errors. The user can fix these errors and import the corrected data into the software without reimporting all of the data again.

The template files do not contain the data itself; they contain the headings used to group the data when the software writes it to the Log or Rejection files.

 
Public MethodRetrieves the combined validation error messages Microsoft Excel Log file associated with a request for importing exposure data in Touchstone. The MS Excel Log file consists of four sections: Data Errors, Error Summary, Import Statistics, and Options. The Excel Log file consist of four sheets, and each sheet contains the validation message section in the following order:
  1. Data Errors: Provides granular validation error messages with the error code for each contract, location, reinsurance, and the corresponding error message description.
  2. Error Summary: Provides aggregate summary of the Data Errors with the total count of errors, Business errors, Reinsurance errors, and Data errors (location-wise).
  3. Import Statistics: Provides detailed log of the import activity including general statistics, geocoding statistics, summary of the user-provided geocode match level mapping sets, and summary of the imported and not imported records at various levels such as contract, location location details, sublimits, layers, treaty, facultative, and location groups.
  4. Options: Provides import configuration options such as header information, data source information, and the imported log details.

You can use the validation messages file in many ways, for example:

  • Integrate with programs to automate error handling when importing exposures into Touchstone.
  • Evaluate and improve the quality of exposures before importing into Touchstone.
  • Integrate with an external software for reporting errors in the Data Import operation.

 
Public Method (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>)
Public MethodSubmits a request to delete multiple High Performance Computing (HPC) Activities.

You can use the SubmitDeleteActivities method in the Activity Management Namespace to input unique sequential identifiers associated with activities that you want to delete. Then submit a request using the SubmitDeleteActivitiesRequest class to delete several activities at once.

 
Public MethodSubmits a request to delete a single High Performance Computing (HPC) Activity.  
Top
Protected Methods
See Also

Reference

ActivityManagementServiceClient Class
(Global) Namespace