Options
All
  • Public
  • Public/Protected
  • All
Menu

Interface ChainingTrigger

Package version

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

Indexable

[property: string]: any

Describes unknown properties. The value of an unknown property can be of "any" type.

Index

Properties

Optional annotations

annotations: any[]

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

dependsOn

dependsOn: PipelineReference[]

Upstream Pipelines.

Optional description

description: undefined | string

Trigger description.

pipeline

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

runDimension

runDimension: string

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

Optional runtimeState

runtimeState: TriggerRuntimeState

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

type: "ChainingTrigger"

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

Generated using TypeDoc