Hello, If I have a Dagster graph with parallel pa...
# ask-community
d
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
would you like to fail a step earlier or return earlier successfully?