Lee-W commented on code in PR #56030:
URL: https://github.com/apache/airflow/pull/56030#discussion_r2438528520
##########
airflow-core/src/airflow/api_fastapi/core_api/routes/public/hitl.py:
##########
@@ -220,6 +220,8 @@ def get_hitl_details(
to_replace={
"dag_id": TI.dag_id,
"run_id": TI.run_id,
+ "task_id": TI.task_id,
Review Comment:
<img width="237" height="508" alt="image"
src="https://github.com/user-attachments/assets/1647e140-135f-4685-90f7-76adbc5a0438"
/>
After some more testing, I feel the behavior is not correct. This is sorted
by `ti_id`, but the order is not right.
--
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]