Acceldata · Arazzo Workflow
Acceldata Pipeline Failure Investigation
Version 1.0.0
Find failed pipeline jobs, pull related critical alerts, and acknowledge the first one.
View Spec
View on GitHub
AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservabilityArazzoWorkflows
Provider
Workflows
pipeline-failure-investigation
Correlate failed pipeline jobs with critical alerts and acknowledge one.
Lists failed pipeline jobs from a start time, queries open critical alerts from that same start time, and branches: when one or more open critical alerts exist it acknowledges the first, otherwise it ends.
1
listFailedJobs
listPipelineJobs
List pipeline jobs that failed since the start time to identify the incident window.
2
listCriticalAlerts
listAlerts
Query open critical alerts raised since the start time to correlate with the failed pipeline jobs.
3
acknowledgeAlert
acknowledgeAlert
Acknowledge the first open critical alert to mark the incident as under investigation.