https://flyte.org logo
#ask-the-community
Title
# ask-the-community
h

honnix

12/22/2022, 2:42 PM
Hi. A quick question. I understand a backend plugin has the ability to enrich task execution metadata such as adding additional links to external systems. Can a container based task achieve the same? Thanks.
k

Kevin Su

12/22/2022, 6:42 PM
yes, you can do that as well. you mean rawContainerTask right?
k

Ketan (kumare3)

12/22/2022, 11:13 PM
no container based task today cannot
we have been thinking about this @honnix - i think this will need a change in contract
but one way is using flytedecks
h

honnix

12/23/2022, 9:05 AM
It doesn’t have to be raw container task, but in general any task that is done by a container. I will take a look at flytedecks. Thanks!