I'm using Apache Airflow 2, I can re-run the whole dag using a config:
However sometimes I want to re-run only one task and not the whole dag with a config also, for now I can clear the task, but I'm not able to add a config, the task I want to clear with a config is in the red box:
Is it possible to do this with airflow, and if not is there's a workaround ?