Is there a way to get a `@run_status_sensor` to ru...
# ask-community
j
Is there a way to get a
@run_status_sensor
to run on
DagsterRunStatus
of
SUCCESS
OR
FAILURE
? It looks like, currently, we can only choose one status at a time to evaluate against, which forces me create 2 sensors (one for each) or a fully custom sensor.
s
alas, this is not currently possible, but this is where we're tracking this request: https://github.com/dagster-io/dagster/issues/9181