Skip to content

Commit e4d81b9

Browse files
authored
update the wordings
1 parent caeb7a0 commit e4d81b9

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -322,8 +322,8 @@ 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.
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 (If triggered pipeline run is cancelled, cooresponding tumbling window trigger run is marked cancelled). This is different than the 'fire and forget' behavior of the schedule trigger which is marked successful as long as a pipeline run started.
327327

328328
## Event-based trigger
329329

0 commit comments

Comments
 (0)