Acceldata · Arazzo Workflow
Acceldata Triage Dataset Alerts
Version 1.0.0
Resolve a dataset, pull its open alerts, and acknowledge the most severe one.
View Spec
View on GitHub
AI AgentsData ManagementData ObservabilityData PipelineData QualityIntelligenceObservabilityArazzoWorkflows
Provider
Workflows
triage-dataset-alerts
Find a dataset, list its open alerts, and acknowledge the first one.
Locates a dataset on a given source, queries the alerts filtered to that dataset and the open status, and branches: when one or more open alerts are returned it acknowledges the first alert, otherwise it ends.
1
findDataset
listDatasets
List datasets on the given source and capture the first dataset id to scope the subsequent alert query.
2
listOpenAlerts
listAlerts
Query alerts filtered to the resolved dataset and the open status so only actionable alerts are returned.
3
acknowledgeFirstAlert
acknowledgeAlert
Acknowledge the first open alert with an investigation comment so it is marked as being worked on.