Adding and linking components
Procedure
- With the main Job open on the design workspace, add a tPrejob, a tPostjob, a tFileDelete, and two tFileCopy components to the Job.
- Link the tPrejob component to the first tFileCopy component using a Trigger > On Component Ok connection to build the pre-job.
- Link the tPostjob component the tFileDelete component using a Trigger > On Component Ok connection, and link the tFileDelete component to the other tFileCopy component to build the post-job.
- Label the relevant components to better identify their roles.