Process Flow - Manual triggers and parameters
User opens Airflow UI
Select DAG to trigger
Click 'Trigger DAG'
Input parameters (optional)
DAG run starts with parameters
Tasks execute using parameters
DAG run completes
The user manually triggers a DAG from the Airflow UI, optionally inputs parameters, which the DAG run then uses during execution.