Adding Aggregate Tasks to a schedule
The Job Scheduler task log also contains logging information for sub-tasks that are configured as part of an aggregate task. Log messages for sub-tasks indicate the name of the sub-task and its execution status. For more information on viewing Job Scheduler task logs, see Viewing Job Scheduler task logs.
Note: If a subtask that is part of your configured aggregate task fails and Skip on Error is not selected for that subtask, then the entire aggregate task stops. If Skip on Error is selected for the subtask, the system skips that subtask on recoverable errors, such as missing input data, and continues with the remaining subtasks. Unrecoverable errors always stop the aggregate task, regardless of the Skip on Error setting. You should take this into consideration when planning an implementation of an aggregate task.