Quick question, Using prefect 2.0. If I run a flow...
# ask-community
t
Quick question, Using prefect 2.0. If I run a flow locally, it is possible to access the flow_run_id of that run?
z
Yep!
prefect.context.get_run_context().flow_run.id
t
awesome thanks