Hi again, is there no longer a way to access flow-...
# prefect-community
e
Hi again, is there no longer a way to access flow-related context values inside a task? I’ve looked at this thread and it doesn’t look like it. In 1.0 I saved the flow run name as part of the metadata of my flow’s output products for traceability. I guess I can recapture this by grabbing the values in the flow and passing them into the task as a parameter, but wanted to know if I was missing something obvious
1
n
I don't believe you're missing anything obvious - I would probably opt for what you suggested and fetch the values in the scope of the flow and pass them where you want them
🙌 1