sjyangkevin commented on issue #54265: URL: https://github.com/apache/airflow/issues/54265#issuecomment-3169089989
I think it will be helpful for adding and testing this enhancement if we could get some context for how to properly test it 🤔. I assume that we can action on a running HITL task by using the endpoint below to provide an action. For example, I want to choose an option defined in the `wait_for_option` task (assume testing with the [example DAG](https://github.com/apache/airflow/blob/main/providers/standard/src/airflow/providers/standard/example_dags/example_hitl_operator.py)). How we can specify the parameters in the request body to properly trigger the task. If I sent out this request without making any change to the request body, I will get a `409` conflict error. The question is more like what are the steps we can follow to do a manual functional test using the DAG. Thanks! <img width="1426" height="778" alt="Image" src="https://github.com/user-attachments/assets/89be6880-6f77-4279-983b-669a37342e09" /> -- 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]
