Package version:

Interface ChainingTrigger

Trigger that allows the referenced pipeline to depend on other pipeline runs based on runDimension Name/Value pairs. Upstream pipelines should declare the same runDimension Name and their runs should have the values for those runDimensions. The referenced pipeline run would be triggered if the values for the runDimension match for all upstream pipeline runs.

Hierarchy

Properties

annotations?: any[]

List of tags that can be used for describing the trigger.

dependsOn: PipelineReference[]

Upstream Pipelines.

description?: string

Trigger description.

Pipeline for which runs are created when all upstream pipelines complete successfully.

runDimension: string

Run Dimension property that needs to be emitted by upstream pipelines.

runtimeState?: string

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. NOTE: This property will not be serialized. It can only be populated by the server.

type: "ChainingTrigger"

Polymorphic discriminator, which specifies the different types this object can be

Generated using TypeDoc