Skip to content

Commit caeb7a0

Browse files
authored
Add trigger run status dependency on pipeline runs for tumbling window trigger
1 parent 71465fa commit caeb7a0

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+
> [!IMPORTANT]
326+
> Unlike schedule trigger which is "fire and forget", tumbling window trigger **waits for the pipeline run** to reach a final state (Succeeded, Failed, Cancelled). Based on the final status of the triggered pipeline run the status of trigger run is updated.
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)