Is it possible to re-run tasks in already running ...
# ask-community
a
Is it possible to re-run tasks in already running flow? I have quite a big DAG of tasks. If one task failed, its downstream tasks are triggerfailed. But the run still continues because there are many other parallel tasks which are running. So imagine i fixed the issue because of my task failed. How do i re-run it within existing running flow? Or should i wait for flow run to complete and only then restart flow run from failed?