Parent - Child Logic Apps

John Dawson 1 Reputation point
2021-02-25T15:45:07.023+00:00

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?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
2,854 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Pramod Valavala 20,591 Reputation points Microsoft Employee
    2021-02-26T05:05:57.247+00:00

    Since the Child Logic Apps are being run from a Parent (via a For Each Loop I suppose), could just have an action after the for each loop that sends you an email (or other notification service that you require).