Conditional dependencies

Using conditional dependencies, you can evaluate a particular job status or output and, based on the specified conditions, decide which jobs to run within the job stream. You might have branches of your workflow that run only when specific conditions are met.

Whenever you have conditions that determine whether or not a segment of your workflow should run, then these are conditional dependencies.

Conditional dependencies are powerful, flexible, and simple to use, and help to ensure that your workflows proceed smoothly.

For more detailed information about conditional dependencies, see Applying conditional branching logic.