elsa-core/test
Sipke Schoorstra dc429700ab
Fixes deadlock issue with implicit joins (#6955)
* Fix outbound connection processing logic

Corrected `completedActivityExcecutedByBackwardConnection` to `completedActivityExecutedByBackwardConnection`. Improved flowgraph outbound connection handling by separating visitation and processing logic, ensuring skipped connections are propagated consistently.

* Add tests for decision implicit join workflows

Introduce new integration tests to verify workflows with implicit joins on both decision outcomes. Added corresponding workflow definitions and updated the test project to ensure compatibility. Refactored connection visit logic for better readability and maintainability.
2025-10-09 21:33:23 +02:00
..
component Add WorkflowStateCommitted notification support and update state handling logic 2025-09-25 20:54:38 +02:00
integration Fixes deadlock issue with implicit joins (#6955) 2025-10-09 21:33:23 +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