Listed below is an example of a Project with two modules. In the first module, named "Main", it performs four different tasks. The first task (SQL) connects to a database and retrieves records from a table. The second task (CSV Write) converts the records into a CSV file. The third task (PGP Encrypt) will encrypt the CSV file. The fourth task (FTP) will send the encrypted CSV file to a FTP server and get back a confirmation file. In the second module, named "Error", it has a single task that sends an email with the job log attached.