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

Refactor journal data access and improve byte[] handling #5878

Merged
merged 1 commit into from
Aug 9, 2024

Conversation

sfmskywalker
Copy link
Member

@sfmskywalker sfmskywalker commented Aug 9, 2024

Switched to dictionary index access for "ResumeAt" in Delay.cs to ensure more efficient updating. Added handling for byte[] in ObjectConverter.cs to correctly deserialize from base64 strings.


This change is Reviewable

Switched to dictionary index access for "ResumeAt" in Delay.cs to ensure more efficient updating. Added handling for byte[] in ObjectConverter.cs to correctly deserialize from base64 strings.
@sfmskywalker sfmskywalker merged commit ef2dfd3 into patch/3.2.x Aug 9, 2024
3 checks passed
@sfmskywalker sfmskywalker deleted the bug/5875 branch August 9, 2024 16:20
fanslead pushed a commit to fanslead/elsa-core that referenced this pull request Aug 14, 2024
…core into feature/catchflow

* 'feature/catchflow' of https://github.com/fanslead/elsa-core: (200 commits)
  [Fix] Replace "bundles" with "apps" in the content of README.md to align with current source code structure. (elsa-workflows#5885)
  Rename Model to ServiceProfile across the codebase.
  Add TenantId to workflow definition and skip multitenancy test
  Fix background activity completion (elsa-workflows#5882)
  Update persistence feature base classes to include self-type
  Refactor journal data access and improve byte[] handling (elsa-workflows#5878)
  Changed RegisterClassMap to TryRegisterClassMap on SerializedKeyValuePair classmap registration (elsa-workflows#5877)
  Add Orchard Core Integration + Agents Module (elsa-workflows#5871)
  Add customizable DB exception handlers
  Refactor workflow execution and pipeline handling
  Update elsa-v3-avatar.png
  Add new Elsa v3 avatar to design and update README
  Add MyEvent activity to Elsa services
  Add TODO
  Fix logger type
  Update ElsaStudioVersion to 3.2.0-rc4.473
  Fix incorrect serializer reference
  Update pre-release version in GitHub Actions workflow
  Rework Workflow Context Feature (elsa-workflows#5861)
  Add engine exception handling middleware
  ...
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] Fatal Error on Engine when using Delay Activity while using non serializable Variables
1 participant