elsa-core/src/modules/Elsa.Workflows.Core
Sipke Schoorstra 7e2829ddcd
Preserve metadata for unknown activities (#7323)
* Extract and copy metadata when activity type is not found in `ActivityJsonConverter`.

* Improve `ActivityJsonConverter`: Correct metadata extraction to read from NotFoundActivity wrapper.

* Reposition activity description and display text assignment to follow metadata extraction in `ActivityJsonConverter`.

* Update src/modules/Elsa.Workflows.Core/Serialization/Converters/ActivityJsonConverter.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2026-02-25 20:03:04 +01:00
..
Abstractions Improving behaviour of Run Asynchronously property for the TaskActivityAttribute 2025-08-05 13:50:35 +02:00
ActivationValidators
Activities Add ClearCompletionCallbacks method to WorkflowExecutionContext and update Finish activity to use it (#7154) 2025-12-20 14:59:00 +01:00
Attributes Adds activity host registration support (#7172) 2025-12-27 20:52:52 +01:00
Behaviors Refactor activity execution record capturing (#6836) 2025-08-04 08:44:42 +02:00
Builders Addresses warnings and enforces null safety (#7051) 2025-11-12 16:56:31 +01:00
CommitStates Clarify commit strategy fallback behavior in documentation; update test method signature for consistency 2025-12-16 08:01:49 -05:00
Constants
Contexts Improves tenant task management with dependencies (#7174) 2025-12-29 20:49:24 +01:00
Contracts Actually, I should not have handled obsolete classes/interfaces. 2026-01-20 13:33:47 +01:00
Enums
Exceptions Bugfix: error thrown in ReadSyntheticInputs 2026-01-20 13:27:55 +01:00
Expressions Retranslating comment in english (#6910) 2025-09-15 18:49:11 +02:00
Extensions Add integration tests for enumerables with projection to arrays (#7290) 2026-02-16 14:09:51 +01:00
Features Configures Flowchart Execution via DI (#7141) 2025-12-15 10:15:39 +01:00
Handlers Remove obsolete properties and refactor activity evaluation (#6603) 2025-04-18 16:21:25 +02:00
Helpers
IncidentStrategies
LogPersistence
Memory
Middleware Refactor commit strategy resolution for improved clarity and efficiency; remove unused example files and add a new CommitTracker helper for testing. 2025-12-16 08:01:49 -05:00
Models Implement null TenantId for tenant-agnostic entities (#7226) 2026-02-02 10:59:01 +01:00
Notifications Refactor activity execution record capturing (#6836) 2025-08-04 08:44:42 +02:00
Options
Pipelines Refactors extension methods to instance methods (#7089) 2025-11-25 14:53:18 +01:00
PortResolvers
Serialization Preserve metadata for unknown activities (#7323) 2026-02-25 20:03:04 +01:00
Services Implement null TenantId for tenant-agnostic entities (#7226) 2026-02-02 10:59:01 +01:00
Signals Refactor activity execution record capturing (#6836) 2025-08-04 08:44:42 +02:00
State Adds activity execution metadata support (#6699) 2025-05-30 15:37:57 +02:00
UIHints Addresses warnings and enforces null safety (#7050) 2025-11-12 15:53:23 +01:00
VariableStorageDrivers Update multitenancy logic and improve Result handling: (#7281) 2026-02-11 10:11:12 +01:00
Elsa.Workflows.Core.csproj Upgrade projects to target .NET 10, add conditional System.Linq.Async dependencies for compatibility with earlier frameworks, and update project files for consistency across the solution. (#7062) 2025-11-21 20:55:30 +01:00
Elsa.Workflows.Core.csproj.DotSettings
FodyWeavers.xml
IsExternalInit.cs