Hi All. Is there a way to see the final context of a flow? Can I call prefect.context.something and pass in the flow id to get info after its completed?
✅ 1
b
Bianca Hoch
10/13/2022, 6:03 PM
Hi Nathan, is this for 1.0 or 2.0?
n
Nathan R
10/13/2022, 6:11 PM
v2
I think I found a solution, saving the result into a variable.
🙌 1
flow_run_state = trigger_flat_file_acq_flow()
b
Bianca Hoch
10/13/2022, 6:13 PM
Brilliant!
feel free to reach out if you have any further q's.