How to trigger a ADF pipeline once other triggers are finished

Karthik Bala (TAC) 1 Reputation point
2022-03-29T00:45:32.477+00:00

I want to Trigger a ADF after completion of 5 other Triggers(each trigger has multiple ADF jobs) finished running successfully
187697-image.png

187648-image.png

Azure Data Factory
Azure Data Factory
An Azure service for ingesting, preparing, and transforming data at scale.
11,625 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Nandan Hegde 36,146 Reputation points MVP Volunteer Moderator
    2022-03-29T03:21:53.717+00:00

    Hey.
    There are multiple ways by which 1 can achieve this :

    1. The main pipeline which you want to trigger after all other trigger is completed , you can add untill and web activity and monitor the trigger status via REST API

    https://learn.microsoft.com/en-us/rest/api/datafactory/trigger-runs

    2) At the end of each pipeline (the initial triggers)you can add a logging part in a database and in the initial of the final pipeline you can add an untill activity and a lookup activity to check the completion status of each pipeline

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.