Skip to main content

Triggers

Triggers determine when a pipeline execution should occur, this can be time based (ie a certain time of day/week/month) or event based.
Permitted Collection Child Definitions
ChildAPI TypeDescription
<CustomEvents />AstAdfCustomEventsTriggerNodeThis node models a type of trigger that fires based on Custom Events.
<EventBased />AstAdfEventBasedTriggerNodeThis node models a type of trigger that fires based on the creation or deletion of storage blobs.
<Schedule />AstAdfScheduleTriggerNodeAstAdfScheduleTriggerNode objects correspond directly to schedule triggers in Azure Data Factory.
<TumblingWindow />AstAdfTumblingWindowTriggerNodeThis node models a type of trigger that launches at periodic intervals after a specified starting time. Tumbling Window triggers can only refer to one single pipeline.