top of page

Airflow DAG Run Trigger & Monitor

An n8n workflow to trigger Apache Airflow DAG runs and monitor their state using Airflow REST API with HTTP Basic Auth. It supports waiting with retry logic until the DAG run succeeds or fails, returning task results via XCom. Useful for automating Airflow DAG execution and status retrieval.

bottom of page