Job components

Job components control job execution.

Component

Description

Start

Represents the beginning of a job. Start is the first component you add to any job.

Project

Identifies the project you want to run in the job. Use this component to run an individual project in a job.

Synchronizer

Use this component to control the flow of the job depending on the status of previously executed projects.

You can define each project as critical or noncritical. Critical project failures cause the Synchronizer to signal failure.

Multi-Project

Provides a visual representation of the project groups within a job. Multi-Project combines the properties of the Project and Synchronizer components.

Use this component when your job consists of a large number of independent projects that can be executed in any order.

Finish

Use this component to mark the successful end of a job.

Error

Use this component to mark the end of a failed job.