Howdy, is there currently a way to restart a flyte...
# ask-the-community
n
Howdy, is there currently a way to restart a flyte execution from python code somehow? Lets say
workflow_a
hits a transient error, in code can we get that
WorkflowExecution
object or use the
FlyteRemote
class to restart it from where it left off, either in-place or as a new execution? This is aside from adding retries or anything to the task definition.
is this what you looking for?
n
potentially, i guess I could just increment a iteration value or something on restart
thanks!
169 Views