elsa-workflows / elsa-core

A .NET workflows library
https://v3.elsaworkflows.io/
MIT License
6.51k stars 1.2k forks source link

Refactor connection traversal to use visitedConnections set #6138

Closed sfmskywalker closed 23 hours ago

sfmskywalker commented 23 hours ago

Replaced visitedActivities with visitedConnections to ensure accuracy and clarity in tracking visited connections rather than activities. This change fixes #5865


This change is Reviewable