Configure dependencies
Configure dependencies in the Step Parameters tab.
Read time 1 minute
You can use the Dependencies section to specify which steps must complete before the current step can run. This defines the structure of the pipeline as a directed acyclic graph (DAG). A step with no dependencies runs at the start of the pipeline. A step can depend on multiple steps, which allows for parallel execution and branching. To configure a step's dependencies, follow these steps:
- Select the step in the pipeline builder.
- In the Step Parameters tab, select the Dependencies section.
- From the Dependencies dropdown, select the steps that must complete before this step runs.