Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,312 questions
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
We have to implement a functionality in the azure logic app in which we need to wait till one API call gets completed and during that time we need to poll the status of that process periodically using another API call. Also we have a condition on which this polling gets stopped or it will be stopped after a timeout period. Can you suggest a way to achieve this?
I would just set a timeout in the properties of the first API activity. Then use "Run after" to set a response activity if it times out.
https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-exception-handling