Overview of Example Process
The project you will create watches a directory for a specific file. When the file changes, a new file is created that contains the contents of the original file plus the time the change was made to the original file. The new file is named after the change that occurred (create.txt
, modify.txt
, or remove.txt
). If you modify the file multiple times, the new file overwrites the existing modify.txt
.
With this simple project, you will perform many of the same tasks that are required for larger, more complex projects. This tutorial is not intended to illustrate every aspect of ActiveMatrix BusinessWorks, so only a small subset of the available activities will be used.
The tutorial steps you through the following tasks:
• | Starting TIBCO Designer and Saving Your Project |
• | Creating the FileTest Process |
• | Testing the FileTest Process |