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.",
)
Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct
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.
Use case/motivation
No response
Related issues
No response
Are you willing to submit a PR?
Code of Conduct