Hey Metaflow community!
I have a problem.
1. I start running a flow that is 1-2 hours to run.
2. I change branches to make some improvements to a function that is called within a node.
3. If the flow calls a node that has a function I am modifying, it picks up my latest save which was made mid-run and executes.
How would I make a technical change to my functions that are called within the nodes while my flow is running?