Join Slack
Communities
Powered by
is there a way for a flow to access its own `flow_...
# ask-community
s
Steve s
10/28/2021, 8:51 PM
is there a way for a flow to access its own
flow_id
while running?
k
Kevin Kho
10/28/2021, 8:56 PM
Hey
@Steve s
, it would be
prefect.context.get("flow_id")
inside the task
s
Steve s
10/28/2021, 8:59 PM
ah i meant the UUID rather than the name
Steve s
10/28/2021, 9:00 PM
that appears to be
flow_run_id
, thanks so much as always
4
Views
Open in Slack
Previous
Next