I have a workflow action using the new native API streaming capability. While I receive the streamed response as expected, the workflow itself never finishes running. The response even displays properly, and the logs indicate that the workflow has completed, but the blue progress bar continues at the top and all future events initiating workflows are stopped.
For instance, I checked the logs on a test run and they indicated that the workflow finished in under 3 seconds. However, ten minutes later, the progress bar was still buffering, and they only way to escape it was to reload the page.
I was wondering if anyone has experienced this and knew how to fix it? I can upload a screen record if that’s helpful for showing the issue.