Skip to content

Run Orchestration

Run an orchestration pipeline to completion. After the orchestration pipeline completes, other orchestration components can be linked to this one—depending upon success or failure.

Use this component to better organize complicated orchestration pipeline flows by deconstructing them into simpler pieces that can be conflated in another orchestration pipeline.


Properties

Name = string

A human-readable name for the component.


Orchestration Pipeline = drop-down

Choose an existing orchestration pipeline.

Warning

Take care to not create circular references, or a pipeline may never complete. As such, the current pipeline cannot be input here.


Set Scalar Variables = column editor

Pipeline variables declared in the parent pipeline with a public scope can be used by the child orchestration pipeline. These variables can be given new values in the child pipeline through this property. Read Passing variables between pipelines for more information.

  • Variable: The drop-down displays all public pipeline variables in the parent pipeline. Select the variable you want to assign a new value to.
  • Value: Enter a new value for the variable. Ensure that the new value is of the correct type.