Hi All. Is there a way to see the final context ...
# ask-community
n
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
Hi Nathan, is this for 1.0 or 2.0?
n
v2
I think I found a solution, saving the result into a variable.
🙌 1
flow_run_state = trigger_flat_file_acq_flow()
b
Brilliant!
feel free to reach out if you have any further q's.
n
TY