Configure dependencies
Configure dependencies in the Step Parameters tab.
阅读时间1 分钟最后更新于 1 年前
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:
- 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.
The selected step now runs only after its specified dependencies are complete.