Feedback

  • Contents
 

Task Types

The following table lists the available tasks and their description.

Icon

Task Type

Description and Usage

Copy Files icon

 

CopyFilesTask

Copies, moves, or overwrites files. For example, you can use this task to copy log files to a different location, move processed vendor files, or place copies of files in backup folders.

Delete Files icon

 

DeleteFilesTask

Deletes files that meet the specified criteria. For example, you can use it to delete log files after the system moves them.

Delete SQL icon

 

DeleteSqlTask

Performs a SQL DELETE command on rows of data meeting the specified criteria. Allows commands to execute before and after the delete process, and allows you to save deleted records to a file.

Email icon

 

EmailTask

Creates an email message notification with or without attachments for one or more recipients. You can convert text into HTML using XML/XSLT.

Import icon

ImportTask

Imports files based on the specified parameters.

Method icon

MethodTask

Executes a method in the specified class and assembly. This task allows Custodian to execute custom methods in third-party assemblies that have no knowledge of Custodian.

Process icon

 

ProcessTask

Runs a separate executable file, passes arguments to the file, and determines whether the file executed properly.

Script icon

 

ScriptTask

Not used.

SQL Cursor icon

 

SqlCursorTask

Queries for data, then processes against the data on the server side. Uses separate commands to retrieve and then process the data.

SQL icon

 

SqlTask

Runs a standard SQL command against the Instances specified.

SQL to File icon

 

SqlToFileTask

Queries data and then processes each query result to create one or more files.

Stored Procedure icon

 

StoredProcedureTask

Runs a stored procedure located in the Latitude database.

Transform File icon

 

TransformFileTask

Converts an XML file using an XSL file and saves it to a file for viewing in HTML format.

Truncate icon

 

TruncateTask

Removes erroneous data from the tables specified.

Value List SQL icon

 

ValueListSqlTask

Runs a SQL command on each value provided in a list against the databases specified. Values can be true/false, date, number, text, or a SQL statement. You can use parameters to populate the list.