elsa-core/test
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
..
component Add ForEach tests, introduce asynchronous workflow runner and enhance workflow events. (#6926) 2025-09-24 20:06:00 +02:00
integration Add ForEach tests, introduce asynchronous workflow runner and enhance workflow events. (#6926) 2025-09-24 20:06:00 +02:00
performance Added example of perfomance test 2024-12-27 18:57:22 +03:00
unit Fix log string template argument processing (#6880) 2025-08-28 21:10:32 +02:00
Directory.Build.props Introduces modular logging framework (#6872) 2025-08-25 09:55:27 +02:00