elsa-core/test
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
..
component Add strict type checking for variable parsing (#6536) 2025-03-31 18:11:14 +02:00
integration Fix Output Persistence of Async Activities (#6542) 2025-04-01 07:53:00 +02:00
performance Added example of perfomance test 2024-12-27 18:57:22 +03:00
unit Add strict type checking for variable parsing (#6536) 2025-03-31 18:11:14 +02:00
Directory.Build.props Add .NET 9.0 target 2024-12-10 21:06:42 +01:00