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
List datasets on the given source and capture the first dataset id to scope the subsequent alert query.
2
listOpenAlerts
Query alerts filtered to the resolved dataset and the open status so only actionable alerts are returned.
3
acknowledgeFirstAlert
Acknowledge the first open alert with an investigation comment so it is marked as being worked on.
Source API Descriptions
openapi
Arazzo Workflow Specification
Work with this as data
Every workflow here is available over the APIs.io API and to AI agents over MCP.