Question
Callback option in ThingWorx
Good day, I'm using the old and deprecated ThingWorx version 8.3.
I've written a service part of which is a call to another service which does the rest api call.
Is there a way to get a response from the rest api call first and only then proceed with the subsequent portion of the code?
Sometimes, the service completes and the rest api had not returned its contents.

