I’m trying to use execute node feature to test a single node like a code node after after I have already run my workflow from start I was expecting it to just run that one node using the data that’s already there from the previous run. But instead it’s seems to kick off the entire workflow from the manual trigger every single time , I can see the data from the earlier run in a cached and available, and I haven’t changed anything in the nodes before it . It just feels a bit inefficient when I’m trying to tweak and test one specific part .
Is this just how it’s suppose to work ?. Or am I maybe missing a setting somewhere ?.. if it’s a known thing does anyone have a good trick for a single node without having to run through everything each time ?