You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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?
The text was updated successfully, but these errors were encountered:
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?
The text was updated successfully, but these errors were encountered: