Azure DevOps · Arazzo Workflow
Azure DevOps Run and Monitor a Pipeline
Version 1.0.0
Run a YAML pipeline, poll the run until it finishes, and list its artifacts.
Provider
Workflows
run-and-monitor-pipeline
Run a pipeline, poll the run to completion, and list its artifacts.
Starts a pipeline run, polls the run until it completes, and lists the artifacts the run produced.
1
runPipeline
runs_run
Start a new run of the pipeline against the requested branch.
2
pollRun
runs_get
Fetch the run by ID and check its state. While the run is still in progress, loop back and poll again; once completed, continue to the artifacts step.
3
listArtifacts
artifacts_list
List the artifacts produced by the completed pipeline run.