Hi all, quick question - I'm creating an app where users can ideally view the "current" status of an ADF pipeline (i.e. the most recent run) and start new runs. I have two questions:
1. When I trigger CreatePipelineRun with a button, how do I capture the RunID of what was just kicked off? I want to immediately feed it into a GetPipelineRun so I can track its progress.
2. GetPipelineRun requires a RunID. How can I get a list of existing runIDs from ADF? It doesn't do me much good if I can only look up details about a run that I triggered directly from the app. I want to see details (run duration, invoker, etc.) for runs that may have been triggered from the portal, scheduled runs, etc. I found this, but I'm not sure if that would accomplish what I'm looking to do.
Thanks!

Report
All responses (
Answers (