In dag page, have make task instance state to success or failed bottom, when we click those bottom not only also change task instance state but also dag run state if possible.
- When trigger make_failed bottom, the dag run state should change to failed
- When trigger make_success bottom, then dag run state should change to success if all task instance state are success, otherwise should keep the original state
- links to