ChainingTrigger Class

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.

Constructor

ChainingTrigger(*args: Any, **kwargs: Any)

Variables

Name Description
description
str

Trigger description.

runtime_state

Indicates if trigger is running or not. Updated when Start/Stop APIs are called on the Trigger. Known values are: "Started", "Stopped", and "Disabled".

annotations

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

pipeline

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

type_properties

Chaining Trigger properties. Required.

type
str

Trigger type. Required. Default value is "ChainingTrigger".

Attributes

pipeline

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

pipeline: _models.TriggerPipelineReference

type

Trigger type. Required. Default value is "ChainingTrigger".

type: Literal['ChainingTrigger']

type_properties

Chaining Trigger properties. Required.

type_properties: _models.ChainingTriggerTypeProperties