Hi all, I'm trying to re-execute a subset of ops ...
# ask-community
a
Hi all, I'm trying to re-execute a subset of ops in my job through the Dagit GraphQL interface. I can do this easily though the Dagit web interface by selecting an op and clicking Re-execute or selecting From selected from the drop down. As far as I can tell when using the launchRunReexection mutation in GraphQL (which I assume is the way to do this), the input variable reexecutionParams.strategy only has two options: FROM_FAILURE and ALL_STEPS. Neither of which achieve what I want to do as none of the ops have failed. Is there something I'm missing here? Thanks, Andy
d
Hey andrew - there's also an
executionParams
argument to that mutation with more options (including a list of step keys)