I have built a Workflow that makes a bunch of API calls to other applications and saves the results in output parameters. Now I need to somehow read the values of those parameters after executing the Workflow. My original idea was to execute it by calling the IONSERVICES/process/application/v1/workflow/start API from a custom H5 personalization script. But it looks like it only starts a Workflow instance without returning its output parameters.
So how can I execute my Workflow from an H5 script and get back its output values? If it's not possible then am I going about this all wrong?