https://prefect.io logo
Title
d

Dominic Pham

05/19/2023, 7:00 PM
Hi all, is there a way to remember a value between scheduled flow runs? Let's say I am iterating through a list of states and want to check off the states that have already been iterated between flow runs so that we don't rerun the flow for the same state twice.
z

Zanie

05/19/2023, 11:50 PM
Hm can you describe your goal again? I'm not sure I follow.
d

Deceivious

05/22/2023, 8:21 AM
As far as I know there is no way to do this. Maybe you can use the JSON/String blocks or artifacts. Why not just use Prefect Client for this?