When we execute (run) a model we need a way to indicate the status and result of the run. The first solution is to have an endpoint on the server which returns execution output and keep polling that endpoint every 0.5 seconds or so and appending the output to the console UI.
When we execute (run) a model we need a way to indicate the status and result of the run. The first solution is to have an endpoint on the server which returns execution output and keep polling that endpoint every 0.5 seconds or so and appending the output to the console UI.