Airflow Summit 2026 is coming August 31 - September 2 in Austin, TX. Register now to secure your spot!

airflow.providers.standard.example_dags.example_short_circuit_operator

### ShortCircuitOperator

This example demonstrates how to use the ShortCircuitOperator to continue a workflow only when a condition is truthy. It also shows how ignore_downstream_trigger_rules=False lets later downstream tasks respect their trigger rules after the direct downstream tasks are skipped.

Attributes

cond_true

Module Contents

airflow.providers.standard.example_dags.example_short_circuit_operator.cond_true[source]

Was this entry helpful?