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

Update activity execution mapping in workflow runtime #5253

Merged
merged 1 commit into from
Apr 19, 2024
Merged

Conversation

sfmskywalker
Copy link
Member

The code changes involve updating the activity execution mapper in Elsa.Workflows.Runtime. The updated logic now consider the closest ancestor in the workflow hierarchy when determining the workflow persistence property. This provides a more accurate representation of the workflow's state, rather than relying solely on the workflow execution context.

Fixes #5252

The code changes involve updating the activity execution mapper in Elsa.Workflows.Runtime. The updated logic now consider the closest ancestor in the workflow hierarchy when determining the workflow persistence property. This provides a more accurate representation of the workflow's state, rather than relying solely on the workflow execution context.

Fixes #5252
@sfmskywalker sfmskywalker requested review from a team April 19, 2024 17:03
@sfmskywalker sfmskywalker merged commit 85ba3fc into main Apr 19, 2024
6 checks passed
@sfmskywalker sfmskywalker deleted the bug/5252 branch April 19, 2024 19:57
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.

[BUG] Nested Workflow Does Not Honor Logging Persistence Settings
1 participant