mirror of
https://github.com/farcasclaudiu/Flowise.git
synced 2026-06-26 09:01:17 +03:00
3f26569e6e
Refactor: Remove humanInput parameter from determineNodesToIgnore function - Updated the determineNodesToIgnore function to eliminate the humanInput parameter, simplifying the logic for decision nodes. - Adjusted related function calls to ensure compatibility with the new signature. - Enhanced handling of humanInput within the executeNode function, ensuring it is cleared after consumption to prevent unintended behavior in subsequent nodes.