hi ,
is there a way to use the prefect flow context as a cache layer ?
i want to pass variable’s values between tasks , but the number and kind of the variables is different between tasks.
can i set the variable value in some shared context and use it when i need inside some task , or i need to handle it outside of prefect ?