microsoft/Forge

SubroutineInput - StartOverOnRetry flag

Open

#27 geöffnet am 20. Aug. 2020

Auf GitHub ansehen
 (0 Kommentare) (0 Reaktionen) (0 zugewiesene Personen)C# (59 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (331 Stars)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

  • Current behavior is that Forge will remember the CurrentTreeNode of the Subroutine and visit that node on failover/retry.
  • What if the user would like to start from the RootTreeNode on retry?
  • I could see either behavior making sense, so we should add a property flag in SubroutineInput to determine the desired behavior.
  • Probably would need to delete all the state from subroutine session before retrying. I don't want to parse through the data though, so perhaps just starting a brand new subroutine SessionId would suffice.

Contributor Guide