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

State consistency after workflow abort #27

Open
lmagyar opened this issue Jan 24, 2016 · 1 comment
Open

State consistency after workflow abort #27

lmagyar opened this issue Jan 24, 2016 · 1 comment

Comments

@lmagyar
Copy link
Member

lmagyar commented Jan 24, 2016

Currently the workflow is not reloaded until the next incoming workflow related request or reactivation reminder (2 minutes), until this the non workflow related requests will read an obsolete state, that will be reloaded later.
Should we reload State after abort immediately (but not run, that can cause abort again), or let non workflow related requests to prepare the workflow state and implicitly the grain state?

@lmagyar
Copy link
Member Author

lmagyar commented May 26, 2017

This should be treated like InconsistentStateException, ie. deactivate. This means ReadState on the callback interface is unnecessary.

@lmagyar lmagyar added this to the v0.4.0 milestone May 28, 2017
@lmagyar lmagyar self-assigned this May 28, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant