elsa-core/test/component/Elsa.Workflows.ComponentTests
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
..
Helpers Add ForEach tests, introduce asynchronous workflow runner and enhance workflow events. (#6926) 2025-09-24 20:06:00 +02:00
Scenarios Add ForEach tests, introduce asynchronous workflow runner and enhance workflow events. (#6926) 2025-09-24 20:06:00 +02:00
Elsa.Workflows.ComponentTests.csproj Restore ability to send no body and no content type to Execute endpoint (#6882) 2025-09-01 09:49:07 +02:00
Elsa.Workflows.ComponentTests.csproj.DotSettings Merge remote-tracking branch 'origin/blueberry' 2024-10-23 16:07:32 +02:00
xunit.runner.json Add Component Testing Framework (#5261) 2024-04-26 15:49:14 +02:00