can create a workspace directory for temporarily storing files while executing a Project. You can define tasks which place files into the workspace, as well as tasks which retrieve files from the workspace.
For instance, you may want to retrieve files from a FTP server and temporarily store them on disk before importing their contents into a database table. A workspace could be used to temporarily store those retrieved files. After importing the file contents into a table, you could then delete the workspace (the retrieved files) using the “Delete Workspace” task.