Azure Data Factory Web activity calling child pipeline across ADF instance
Pankaj Joshi
371
Reputation points
I have child pipeline in ADF Instance 1 which invoke rest api POST method through web activity
Parent pipeline is in ADF instance 2 which call above child pipeline also through web activity.
I am able to successfully call child pipeline from parent pipeline.
But I want to capture response(output) of child pipeline in Parent pipeline.
Please advise how it can done .
Sign in to answer