Ensuring all subscriptions have finished
Hello,
I have rebuilt a project that fetches some information regarding my companies thingworx platforms.
It had to be rebuilt as it was timing out from all of the API requests taking too long to complete.
So I designed it like this instead:

Where one scheduler will trigger one subscription per platform, which in turn will get some data back from the remote platform. We will then push this to our DB.
Now, the "issue" is that there is no way of knowing when all of these subscriptions have actually completed.
Or am I wrong about that?
If anyone has any insight or have some good links relating to this, please let me know.
Regards,

