ZenML · Arazzo Workflow
ZenML Track Scheduled Pipeline
Version 1.0.0
Resolve a schedule, find the run it produced for its pipeline, and read that run.
Provider
Workflows
track-scheduled-pipeline
From a schedule, locate and read the latest run of its target pipeline.
Lists schedules to resolve a schedule and its pipeline id, lists runs for that pipeline, and reads the most recent run in detail.
1
resolveSchedule
listSchedules
List schedules and select the first active schedule to resolve its target pipeline id.
2
findScheduledRun
listPipelineRuns
List the runs for the schedule's pipeline, newest first, to find the run the schedule most recently produced.
3
readScheduledRun
getPipelineRun
Read the most recent scheduled run in detail to surface its status and timing.