Skip to content

Add notification UX for HITL actions#68346

Draft
parkhojeong wants to merge 8 commits into
apache:mainfrom
parkhojeong:feat/notification-ux-for-hitl
Draft

Add notification UX for HITL actions#68346
parkhojeong wants to merge 8 commits into
apache:mainfrom
parkhojeong:feat/notification-ux-for-hitl

Conversation

@parkhojeong

@parkhojeong parkhojeong commented Jun 10, 2026

Copy link
Copy Markdown
Contributor

Create a HITL Modal for quick action. It helps user can quickly reply pending HITL tasks.
Two types of UI are Modal or Drawer

Modal: show the pending HITL tasks with quick action.

  • Home(/): when the Required Actions Button is clicked, show the Modal for the all tasks.
  • Dag page(/dags/{dag_id}): replace Required Actions tab with Required Actions Button. When the Button is clicked, show the Modal including tasks for that Dag with filters for Pending(default) and All.
  • Dag Run page(dags/{dag_id}/runs/{dag_run_id}): replace Required Actions tab with Required Actions Button. When the Button is clicked, show the Modal including tasks for that Dag Run with filters for Pending(default) and All.

Notes: Dag page, Dag Run page ending with /required_actions: - show the Modal with pending filter by default for the backward compatibility.

Drawer: show the action for pending HITL task.

  • Browse -> Required Actions(/required_actions): when the row is clicked, show the Drawer

Surface pending HITL actions with review flows for quick response.
@boring-cyborg boring-cyborg Bot added area:translations area:UI Related to UI/UX. For Frontend Developers. translation:default labels Jun 10, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:translations area:UI Related to UI/UX. For Frontend Developers. translation:default

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant