does a prefect task have any knowledge of what pro...
# prefect-server
k
does a prefect task have any knowledge of what project context it's being executed in?
j
Hi @kevin currently no, the project is not something available in context but if you want to open an enhancement request on the repo I’m sure it’s something that could be added 🙂
k
do you think it's something that should be in the context?
just being wary of context bloat
j
Yeah there are various other pieces of information that are populated at run time that deal with the flow run / flow and I don’t think adding project name/id would be much bloat
k
word, how do i go about opening an enhancement request?
k
in a similar vein, does the task have context into what flow is using it?
feels like if not i can lump them in the same enhancement request
j
Yep! In the link I sent above it outlines the values available in context at task run time
k
oh cool, thanks!
is this a relatively trivial request in the sense that the information is available but just not immediately readable?