is there a way for a flow to access its own `flow_...
# ask-community
s
is there a way for a flow to access its own
flow_id
while running?
k
Hey @Steve s, it would be
prefect.context.get("flow_id")
inside the task
s
ah i meant the UUID rather than the name
that appears to be
flow_run_id
, thanks so much as always