Resolved! Design pipelines to run sequentially
So, I'm building a pipeline which performs a number of API requests and writes the responses to Blob storage.When that pipeline and it's child pipelines are done executing I want to trigger a separate pipeline to process the data that is stored in bl...