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

Remove WorkflowStateStore #4374

Merged
merged 6 commits into from
Aug 30, 2023
Merged

Remove WorkflowStateStore #4374

merged 6 commits into from
Aug 30, 2023

Conversation

sfmskywalker
Copy link
Member

@sfmskywalker sfmskywalker commented Aug 30, 2023

This PR removes the WorkflowStateStore and instead relies on WorkflowInstanceStore. The WorkflowStateStore was originally used by the Default Workflow Runtime - which has now been updated to use WorkflowInstanceStore instead.

Both the default and the proto actor runtimes update the workflowInstanceStore. The latter does so asynchronously as to not block workflow execution while it's updating the DB.

@sfmskywalker sfmskywalker merged commit 45d1941 into v3 Aug 30, 2023
1 of 2 checks passed
@sfmskywalker sfmskywalker deleted the v3-remove-workflow-state-store branch August 30, 2023 13:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

1 participant