elsa-core/src/apps
Sipke Schoorstra 7fadf51be6
Fix Output Persistence of Async Activities (#6542)
* Updated output handling of asynchronously run workflows to be the same as when run synchronously

* updated tests

* Refactor activity execution mapping and output persistence

Introduced `GetPersistableOutputAsync` in `IActivityExecutionMapper` to streamline output persistence logic. Refactored the handling of activity persistence properties, replacing repetitive code with reusable methods. Removed unused dependencies and redundant methods, optimizing code readability and maintainability.

* Remove docker-compose-datadog.yml from solution file.

The docker-compose-datadog.yml file is no longer included in the solution structure. This change cleans up unused references to ensure the solution remains consistent and up-to-date.

* Refactor workflow extensions and add new utilities

Split and reorganize workflow-related extension methods into `RunActivityExtensions` and `RunWorkflowExtensions` for better modularity. Removed deprecated methods from `ServiceProviderExtensions`. Updated tests and usages to reflect these changes.

---------

Co-authored-by: Bob Hauser <rhauser@kinaxis.com>
2025-04-01 07:53:00 +02:00
..
Elsa.Server.LoadBalancer Add support for Citus and YugabyteDB integration 2025-03-11 11:19:59 +01:00
Elsa.Server.Web Fix Output Persistence of Async Activities (#6542) 2025-04-01 07:53:00 +02:00
Elsa.ServerAndStudio.Web Harmonized launchSettings to be inline with appSettings 2025-03-04 11:48:06 +01:00
Elsa.Studio.Web Add .NET 9.0 target 2024-12-10 21:06:42 +01:00
ElsaStudioWebAssembly Add .NET 9.0 target 2024-12-10 21:06:42 +01:00
Directory.Build.props Update target framework to .NET 9 and improve null handling 2025-01-06 15:35:06 +01:00