Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SubroutineInput - StartOverOnRetry flag #27

Open
TravisOnGit opened this issue Aug 20, 2020 · 0 comments
Open

SubroutineInput - StartOverOnRetry flag #27

TravisOnGit opened this issue Aug 20, 2020 · 0 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@TravisOnGit
Copy link
Member

  • 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.
@TravisOnGit TravisOnGit added enhancement New feature or request good first issue Good for newcomers labels Aug 20, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

1 participant