Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions docs/apache-airflow/concepts/xcoms.rst
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,9 @@ You can also use XComs in :ref:`templates <concepts:jinja-templating>`::

XComs are a relative of :doc:`variables`, with the main difference being that XComs are per-task-instance and designed for communication within a DAG run, while Variables are global and designed for overall configuration and value sharing.

::

Note: If the first task run is not succeeded then on every retry task XComs will be cleared to make the task run idempotent.

Custom Backends
---------------
Expand Down