Skip to content

feat: enable queue up new tasks#63484

Open
OscarLigthart wants to merge 4 commits intoapache:mainfrom
OscarLigthart:feat/enable-queue-up-new-tasks
Open

feat: enable queue up new tasks#63484
OscarLigthart wants to merge 4 commits intoapache:mainfrom
OscarLigthart:feat/enable-queue-up-new-tasks

Conversation

@OscarLigthart
Copy link
Contributor

@OscarLigthart OscarLigthart commented Mar 12, 2026

Context

This PR implements the ability to queue up new tasks. In a recent PR, #59764, this functionality was added to core. In this PR, the call is added to the API, and the button is enabled once more.

Example

Screenshot 2026-03-12 at 22 14 16 Screenshot 2026-03-12 at 22 14 25

After running we see:
image

With the old ones not having another task try:
image

Related Issues


Was generative AI tooling used to co-author this PR?
  • Yes (please specify the tool below)

Generated-by: Claude Opus 4.6 following the guidelines


  • Read the Pull Request Guidelines for more information. Note: commit author/co-author name and email in commits become permanently public when merged.
  • For fundamental code changes, an Airflow Improvement Proposal (AIP) is needed.
  • When adding dependency, check compliance with the ASF 3rd Party License Policy.
  • For significant user-facing changes create newsfragment: {pr_number}.significant.rst, in airflow-core/newsfragments. You can add this file in a follow-up commit after the PR is created so you know the PR number.

@boring-cyborg boring-cyborg bot added area:airflow-ctl area:API Airflow's REST/HTTP API area:translations area:UI Related to UI/UX. For Frontend Developers. translation:default labels Mar 12, 2026
@OscarLigthart OscarLigthart changed the title Feat/enable queue up new tasks feat: enable queue up new tasks Mar 12, 2026
@eladkal eladkal added this to the Airflow 3.2.0 milestone Mar 13, 2026
@eladkal eladkal added the type:improvement Changelog: Improvements label Mar 13, 2026
@potiuk potiuk added the ready for maintainer review Set after triaging when all criteria pass. label Mar 13, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area:airflow-ctl area:API Airflow's REST/HTTP API area:translations area:UI Related to UI/UX. For Frontend Developers. ready for maintainer review Set after triaging when all criteria pass. translation:default type:improvement Changelog: Improvements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Queue up new task button is always disabled in UI

3 participants