bbovenzi commented on PR #27481: URL: https://github.com/apache/airflow/pull/27481#issuecomment-1302341934
> A couple of questions: > > 1. Are there any other ways users can update the state of a task besides UI? > 2. How do clear and run tasks in UI should affect this behavior? > 3. Is there any scenarios where we should clear `user_updated_state` once we have updated it to True? 1. Users can also manually update a task instance via the REST API. 2. Clearing and running wouldn't be user-updated because the state is the result of actually running, no? 3. Probably clearing and running I also wonder if this isn't better handled by user comments [See here](https://github.com/apache/airflow/pull/26457) -- 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]
