Hello. In Prefect2, I have a use-case where I need...
# ask-community
m
Hello. In Prefect2, I have a use-case where I need to share an object between 2 flows: Flow A instantiates a class and if the flow fails, I want to persist that object so that Flow B (started manually by a person) can retrieve that object and perform an operation. I'm thinking of doing this using result persistence, but I couldn't find a way to retrieve a flow run's persisted result from another flow. Any ideas on how to do this? Thank you