NASA · Arazzo Workflow
NASA DONKI Notification Triage
Version 1.0.0
Poll DONKI space weather notifications and branch to the matching event endpoint for the detail the alert omits.
Provider
Workflows
donki-notification-triage
Poll space weather notifications and resolve SEP or MPC alerts into their structured event records.
Retrieves DONKI notifications for a date window and branches on the type of the first message, fetching solar energetic particle events for SEP alerts or magnetopause crossing events for MPC alerts.
1
pollNotifications
getDonkiNotifications
Poll the DONKI notification feed for the window. Each message carries a message type, a message ID, the issue time, a URL to the published notification, and the prose body a human would read.
2
resolveSolarEnergeticParticles
getSolarEnergeticParticles
An SEP alert means energetic particles were detected. Pull the structured solar energetic particle records for the same window, which report the event ID, event time, and the instruments that made the detection.
3
resolveMagnetopauseCrossings
getMagnetopauseCrossings
An MPC alert means the magnetopause was compressed inside geosynchronous orbit. Pull the structured magnetopause crossing records for the same window.