Dependency types

These are the job dependency types that define the dependency relationships between production runs:

  • End-Start: This job can start only after the predecessor has ended
  • Start-Start: This job can start only after the predecessor has started
  • End-End: This job can end only after the predecessor has ended