Any thoughts or plans about adding a websocket/SSE or similar reporting endpoint that we could subsc

Any thoughts or plans about adding a websocket/SSE or similar reporting endpoint that we could subscribe to when running a Workflow? To my mind I currently need to either poll the
.status()
method (which should be fine for now) or set some outside state from inside the step callback (seems like a code smell).
Was this page helpful?