The GitHub Actions job "Tests AMD" on 
airflow.git/handle-retry-cases-for-hitl-details has succeeded.
Run started by GitHub user Lee-W (triggered by Lee-W).

Head commit for run:
f224de9c15fd98c85490de819b7eda466e230e09 / Wei Lee <[email protected]>
fix(hitl): handle hitl details when task instance is retried

1. If a HITLOperator task instance does not have a HITLDetail,
    a new HITLDetail is created without a response section.
 2. If a HITLOperator task instance has a HITLDetail but lacks a response,
    the existing HITLDetail is returned.
    This situation occurs when a task instance is cleared before a response is 
received.
 3. If a HITLOperator task instance has both a HITLDetail and a response 
section,
    the existing response is removed, and the HITLDetail is returned.
    This happens when a task instance is cleared after a response has been 
received.
    This design ensures that each task instance has only one HITLDetail.

Report URL: https://github.com/apache/airflow/actions/runs/16585108811

With regards,
GitHub Actions via GitBox


---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to