I have 5 pipelines on my Azure Data Factory, each pipeline copy data to a different table. There is a dependency on some of this tables, table D & E depend on table A, B & C. Like in this example:
In above example
Trigger 4is created forpipeline 4And in Dependencies added Trigger 1, 2, 3 which are created for pipeline 1, 2, 3 respectively.
This dependent Tumbling window trigger execute only when another trigger inside the service has successfully been executed.

