<@ULVA73B9P> Will there be support for task resour...
# ask-marvin
d
@Marvin Will there be support for task resources in Prefect 3.0's event feed ?
m
There isn't any specific issue or document explicitly detailing support for task resources in the Event Feed of Prefect 3.0. However, Prefect's event feed can contain related resources, which may be useful for associating events with multiple resources. You can examine and utilize the related resource capabilities mentioned in the event feed documentation while implementing your workflows. If you have any more specific needs or further details, checking the latest updates in the Prefect GitHub repository or contacting the community might provide the latest information.
n
hey @datamongus - are you looking for task run state change events? or do you mean task runs as related resources ?
d
I was able to find the task run states in the change feed. I was originally looking under resources for tasks. But found them under events. I was however wondering if it is possible to send custom events ? For example I’d like to know when a deployment is updated rather than when it is in the ready or not ready state.
n
you can always emit events programmatically with emit_event, but i think there might be a default emitted event when you update a Deployment. are you not seeing that as the case?
d
That’s correct I am not seeing an event when the deployment is updated. Only ready and not ready states