Job components control job execution.
Component |
Description |
---|---|
Represents the beginning of a job. Start is the first component you add to any job. |
|
Identifies the project you want to run in the job. Use this component to run an individual project in a job. |
|
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. |
|
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. |
|
Use this component to mark the successful end of a job. |
|
Use this component to mark the end of a failed job. |