haseebmalik18 opened a new pull request, #71054:
URL: https://github.com/apache/airflow/pull/71054

   A HITL response whose `params_input` contains a serde-reserved key 
(`__classname__` or `__id__`) cannot be serialized when the task resumes, so 
the response is discarded and the user cannot resubmit a corrected one.
   
   This rejects those keys with a 400 on the public HITL route before anything 
is recorded, so the task stays in `AWAITING_INPUT` and the user can resubmit.
   
   closes: #71036


-- 
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]

Reply via email to