Skip to content

UI - Clear all mapped index for a mapped TI #60460

@pierrejeambrun

Description

@pierrejeambrun

Description

It is not possible to clear all mapped task instances at once for a specific TI.

In the UI here I think it would be nice to have a 'clear all mapped task' button. The backend endpoint to clear a TI already supports this.

    task_ids: list[str | tuple[str, int]] | None = Field(
        default=None,
        description="A list of `task_id` or [`task_id`, `map_index`]. "
        "If only the `task_id` is provided for a mapped task, all of its map indices will be targeted.",
    )
Image

Use case/motivation

No response

Related issues

No response

Are you willing to submit a PR?

  • Yes I am willing to submit a PR!

Code of Conduct

Metadata

Metadata

Assignees

Labels

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions