Content deleted Content added
m preceeding--->preceding |
|||
Line 13:
'''Tasks'''. A task is an atomic work unit that performs some action. There are a couple of dozen tasks that ship in the box, ranging from the file system task (which can copy or move files) to the data transformation task. The data taransformation task actually copies data; it implements the ETL features of the product.
'''Precedence Constraints'''. Tasks are linked by precedence constraints. The precedence constraint
'''Event Handlers'''. A workflow can be designed for a number of events in the different scopes where they might occurr. In this way, tasks may be executed in respose to happenings within the package —such as cleaning up after errors.
|