Question about flyte workflows roadmap/features: I...
# feature-discussions
s
Question about flyte workflows roadmap/features: If i have a pipeline of 10 steps, could I simply click on the 5th step and just re-run that from the UI/cmd line ?
h
@sticky-art-97180, can you say a bit more about your use case? Are you talking about the case where a workflow execution failed halfway through (e.g. in the 5th step) and you'd like to restart from there?
s
Hi @high-accountant-32689 - Yes, that could be one use case
If there is a “restart” or “recover” or “run” next to the failed task.. Not sure, if this is possible, i am just checking had there been any similar requests 🙂
h
got it. Yeah, in that case, if you hit the button "Recover" on the top right you'll see that another execution is kicked off where we only retry the part of the graph that failed.
s
this is cool, can we somehow “programmatically” or API configure the “recover” for failures?
f
@high-accountant-32689 / @sticky-art-97180 this feature already exists
you can simply run any step again from the UI
look at
RERUN
in the right panel
s
is it Possible from API/flytekit?>
@freezing-airport-6809 - Sorry for the nudge ^^^
f
Ohh yes it is
You can retrieve an execution and then trigger a task
No simple api available
You can write it
And contribute please to flyte.remote
s
thanks 🙏