https://dagster.io/ logo
#ask-community
Title
# ask-community
d

Dave Poole

01/27/2023, 12:14 PM
Hello, If I have a Dagster graph with parallel paths of long running tasks, is there a way to tell Dagster to abort the graph if a condition is met? The graph I have runs for around 18 hours so I am looking for ways to abort at the earliest point if something goes wrong.
y

yuhan

01/27/2023, 5:16 PM
would you like to fail a step earlier or return earlier successfully?