Name | Description | |
---|---|---|
![]() | Abort | (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>) |
![]() | CancelActivity | Initiates 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. |
![]() | Close | (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>) |
![]() | DisplayInitializationUI | (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>) |
![]() | GetActivities | Retrieves a list of the High Performance Computing (HPC) Activities performed in a given business unit. |
![]() | GetActivity | Retrieves detailed information about a single High Performance Computing (HPC) Activity, including the status of this Activity. |
![]() | GetFile | Retrieves 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. |
![]() | GetFileTemplates | Retrieves 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:
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. |
![]() | GetImportCombinedLog | Retrieves 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:
You can use the validation messages file in many ways, for example:
|
![]() | Open | (Inherited from System.ServiceModel.ClientBase<IActivityManagementService>) |
![]() | SubmitDeleteActivities | Submits 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. |
![]() | SubmitDeleteActivity | Submits a request to delete a single High Performance Computing (HPC) Activity. |