I have a Parent Logic App that fires off multiple instances of a Child Logic App, asynchronously; each Child App might take from minutes to hours to run; the Child App runs 10 - 20 instances concurrently; much more and I get throttling errors, which is another issue (I'm not asking about that, now)
Question: how can I get notified when the last Child App has finished? Do I have to poll for it? What's the easiest way to achieve this?