Hello, everyone. I have an Alteryx setup that includes a separate server (that I'll call the UI server) that then sends an API to an Alteryx server setup with a controller and a worker node. The results of the workflow are sent back to the UI server by a JSON response.
My question is which server is actually sending the response. Is the worker node sending the JSON or is the worker sending it back to the controller, which then sends the JSON to the UI server?
Thanks.