Skip to content

Commit b00476d

Browse files
authored
Merge pull request #53534 from spagarwa/patch-1
Add trigger run status dependency on pipeline runs
2 parents 91e707b + 00a08b3 commit b00476d

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

articles/data-factory/concepts-pipeline-execution-triggers.md

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -322,6 +322,9 @@ Tumbling window triggers are a type of trigger that fires at a periodic time int
322322

323323
For more information about tumbling window triggers and, for examples, see [Create a tumbling window trigger](how-to-create-tumbling-window-trigger.md).
324324

325+
> [!NOTE]
326+
> The tumbling window trigger run *waits for the triggered pipeline run* to finish. Its run state reflects the state of the triggered pipeline run. For example, if a triggered pipeline run is cancelled, the corresponding tumbling window trigger run is marked cancelled. This is different from the "fire and forget" behavior of the schedule trigger, which is marked successful as long as a pipeline run started.
327+
325328
## Event-based trigger
326329

327330
An event-based trigger runs pipelines in response to an event, such as the arrival of a file, or the deletion of a file, in Azure Blob Storage.

0 commit comments

Comments
 (0)