Hi all, where I can find details in docs about thi...
# ask-community
k
Hi all, where I can find details in docs about this?
Realese 0.14.11:
Added 
project_name
 /`project_id` to flow run execution context in orchestrated flow runs
j
Hmmm, I don't think we document this anywhere. I'll make an issue to add it. For reference, during a cloud/server executed flow run those are available as
prefect.context['project_name']
and
prefect.context['project_id']
.
💯 1
@Marvin open "Document all user-facing fields added to context during a flow run"
k
Thanks @Jim Crist-Harif! 🙂