Parallel execution and combine results
Hello,
I have 10 things(eg.) which has a common service called fun1() which outputs Infotable as result by making an external API call.
I would like to union the infotable results from all the 10things fun1() call finally.
Instead of looping through each thing and waiting for the output, I would like to run them in parallel as the output is independent of each other and finally once we get the result of all i have to union them to give one result.
What is the best approach in Thingworx.
Thank You!!

