About Logic Apps Until loop timeout limit
Question
Tuesday, May 14, 2019 11:21 AM
Hi,
Sorry for being a Japanese thinker, is there a timeout limie for the Logic Apps Until loop?
From the following document, it can be understood that the default value is 1 hour (PT1H), but there was no description about the timeout limit value.
- Reference for trigger and action types in Workflow Definition Language - Azure Logic Apps | Microsoft Docs
/en-us/azure/logic-apps/logic-apps-workflow-actions-triggers#until-action - Add loops that repeat actions or process arrays - Azure Logic Apps | Microsoft Doc
/en-us/azure/logic-apps/logic-apps-control-flow-loops#prevent-endless-loops - Limits and configuration - Azure Logic Apps | Microsoft Docs
/en-us/azure/logic-apps/logic-apps-limits-and-config#concurrency-looping-and-debatching-limits
Perhaps the Until loop limit will come sooner than the timeout limit, but if the limit is set, please let me know.
Best regards,
All replies (1)
Tuesday, May 14, 2019 11:40 AM | 1 vote
Hi,
I think those are just the default values placed in it. if you want to increase or decrease you should be able to do it.
if you have Multiple Conditions,it will execute until one of the condition is met. Then it will pull out of the loop.
if your loop limit reaches then it will come out of it. it doesn't matter if you are less than the timeout.
Thanks,
Sujith.
Sujith