Nested Logic Apps
  • 04 May 2022
  • 1 Minute to read
  • Dark
    Light
  • PDF

Nested Logic Apps

  • Dark
    Light
  • PDF

Article Summary

Nested Logic App message flow

  1. Logic App will receive a message from Postman (simulated partner) using HTTP trigger and call the Parent Stage 1
  2. The Parent Stage 1 will call the Start Activity function.
  3. Logic App will save the message to a blob and get the path (blob acting as simulated partner store).
  4. Logic App will call the Update Activity Azure Function passing the path as promoted property.
  5. Now Parent Stage 2 is called by the Parent Stage 1 which also repeats the above process and Nested Logic App Child will be called.
  6. Nested Logic App Child will call the Update Activity Azure Function passing the path as promoted property.

Running sample

  • BusinessProcess - Kovai.LogicApps
  • BusinessTransaction - HybridInbound
  • Stages - Parent_Stage1, Parent_Stage2, NestedLogicApp_Child
  • Steps - Copy the content of POsample.json file from ASInstallDirectory\SDK\Samples\TestLocations\ into Postman or any other tool to post the message to Logic App endpoint.
  • Output - In the Atomic Scope portal, you can see that an entry has been made for the main activity and by clicking on that, you can view the flow of the message.
    image.png

Was this article helpful?