elsa-core/test/integration
Sipke Schoorstra bdfbd0886f
Add ForEach tests, introduce asynchronous workflow runner and enhance workflow events. (#6926)
* Introduce asynchronous workflow runner and enhance workflow events.

- Added `AsyncWorkflowRunner` to enable asynchronous workflow execution and result tracking.
- Introduced new event arguments, such as `ActivityExecutedEventArgs` and `WorkflowStateCommittedEventArgs`.
- Expanded `WorkflowEvents` class to include `ActivityExecuted`, `ActivityExecutedLogUpdated`, and `WorkflowStateCommitted` events.
- Refactored event arguments into the `Elsa.Testing.Shared.EventArgs` namespace.
- Enhanced tests with `AsyncWorkflowRunner` and new event-driven workflow scenarios.

* Refactor event argument classes to unify namespace and simplify inheritance

* Add shared component DotSettings file to support namespace exclusions
2025-09-24 20:06:00 +02:00
..
Elsa.Activities.IntegrationTests Add ForEach tests, introduce asynchronous workflow runner and enhance workflow events. (#6926) 2025-09-24 20:06:00 +02:00
Elsa.Alterations.IntegrationTests Multitenancy (#5159) 2024-06-10 21:30:53 +02:00
Elsa.JavaScript.IntegrationTests Refactors JavaScript type handling (#6858) 2025-08-20 14:10:16 +02:00
Elsa.Logging.Core.IntegrationTests Improve Logger With Destructuring of ExpandoObject (#6877) 2025-08-28 08:53:15 +02:00
Elsa.Resilience.IntegrationTests Implement retry attempt capturing (#6674) 2025-05-26 11:47:09 +02:00
Elsa.Workflows.IntegrationTests Addresses workflow identity reload conflict (#6909) 2025-09-15 11:56:01 +02:00