vatsrahul1001 opened a new pull request, #73012: URL: https://github.com/apache/airflow/pull/73012
Backport of #71863 to `v3-3-test` for the 3.3.2 release. Documents "durable execution" in the core docs (the resumable-tasks and task-state-store concept pages), closing a gap where the core docs lacked this content. #71863 is already milestoned Airflow 3.3.2. **Adaptation for v3-3:** the original also documented async `task_state_store` counterparts (`aget`/`aset`/`adelete`/`aclear`). On `v3-3-test` the `TaskStateStoreAccessor` exposes only the synchronous `get`/`set`/`delete`/`clear` (async accessors exist here only on the asset state store, not the task state store), so this backport keeps the sync-only method list to stay accurate. The durable-execution content is otherwise backported as-is. ##### Was generative AI tooling used to co-author this PR? - [X] Yes — Claude Code (Opus 4.8) Generated-by: Claude Code (Opus 4.8) following [the guidelines](https://github.com/apache/airflow/blob/main/contributing-docs/05_pull_requests.rst#gen-ai-assisted-contributions) -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
