fbertos opened a new issue #15897: URL: https://github.com/apache/airflow/issues/15897
**Description** The current API https://airflow.apache.org/docs/apache-airflow/stable/stable-rest-api-ref.html#operation/post_set_task_instances_state does not allow to change the status of specific task instance. **Use case / motivation** It would be great if could pass the pid of the task instance in order to change the status of one specific task instance. Currently with just the execution_date as parameter there is no way of selecting one specific task instance when we have several task instances started at the same time. **Are you willing to submit a PR?** **Related Issues** -- 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. For queries about this service, please contact Infrastructure at: [email protected]
