ZenML · Arazzo Workflow
ZenML Trace Deployment Runs
Version 1.0.0
Select a pipeline deployment, resolve its pipeline, and read the latest run it produced.
Provider
Workflows
trace-deployment-runs
From a deployment, read its pipeline and the latest run it produced.
Lists deployments to select one, reads its pipeline, and lists runs for that pipeline to surface the latest execution.
1
listDeployments
listDeployments
List pipeline deployments and select the first one to trace.
2
readPipeline
getPipeline
Read the deployment's associated pipeline for naming context.
3
listDeploymentRuns
listPipelineRuns
List the runs scoped to the deployment's pipeline, newest first, to surface the most recent execution.