elsa-core/test/integration
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.Activities.IntegrationTests Improved support for named workflow instances 2025-03-02 11:17:18 +01:00
Elsa.Alterations.IntegrationTests Multitenancy (#5159) 2024-06-10 21:30:53 +02:00
Elsa.JavaScript.IntegrationTests Refactor variable initialization for clarity and consistency 2025-03-13 21:05:28 +01:00
Elsa.Workflows.IntegrationTests Fix Output Persistence of Async Activities (#6542) 2025-04-01 07:53:00 +02:00