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

Added Properties field to ActivityExecutionRecord #5039

Merged
merged 1 commit into from
Mar 8, 2024
Merged

Conversation

sfmskywalker
Copy link
Member

This PR adds a Properties field to the ActivityExecutionRecord entity, allowing the persistence of ActivityExecutionContext.Properties.

Fixes #5038

@sfmskywalker sfmskywalker requested review from a team March 5, 2024 21:36
{
migrationBuilder.AlterColumn<string>(
name: "Status",
schema: "Elsa",

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Add custom schema as the Initials migrations

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Hi, thanks for the reminder. We will do this before the 3.1 release. Given that it’s a manual process and we might face more migration updates, it’s more efficient to do it once rather than multiple times.

@sfmskywalker sfmskywalker merged commit 13304cd into main Mar 8, 2024
6 checks passed
@sfmskywalker sfmskywalker deleted the issue/5038 branch March 8, 2024 07:54
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.

Implement Alternative Storage Target for Persistent Variables Post-ExecutionContext Eviction
3 participants