t.graml's avatar

Model Broadcasting with Resource file

Hello guys!

I am currently trying out the new Model Broadcasting with the BroadcastsEvents trait. All those events work already, I just need to set up the correct payload.

So my Model has a status column, which tells me if it is queued, running, completed or failed. In the ModelResource, I defined an extra statuses property with a boolean for each option. The Event is currently triggered, when the status of the Model is updated during the Job, so I can update it in the frontend as well.

Is it possible, to forward the ModelResource as payload instead of only the Model, so I can also access the statuses property in the frontend?

I played around a little bit, but could not find a solution as of now.

Cheers, Tobias

0 likes
0 replies

Please or to participate in this conversation.