Hej hej
A beginner's question: I have a simple flow, something like A->B, where A produces some file paths, and B does some stuff with them and then also produces some files paths. I've run this and it worked great. I now want to add a new part: A->B->C, and I want the previous runs to automatically rerun, with the output of B going into C. I think this should be possible with some combination of caching and checkpoints enabled, maybe running on prefect server/cloud (i.e. not core). Can this be done?