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

   ## Description
   This PR adds two new React components that restore the task group marking 
functionality:
   
   1. **`MarkGroupTaskInstanceAsButton`** - A dropdown button component that 
allows users to select a state (success/failed) and opens a dialog for 
confirmation
   2. **`MarkGroupTaskInstanceAsDialog`** - A dialog component that provides:
      - Options to include past/future/upstream/downstream task instances
      - Dry-run preview showing which task instances will be affected
      - Ability to add notes to the state change
      - Bulk update using the task instance bulk API for efficiency
   
   The button is integrated into the Group Task Instance page header, alongside 
the existing Clear button.
   
   ## Solves #60121
   


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