Azure Logic App - max execution time limit

Marcin Dzięgielewski 41 Reputation points
2022-08-24T10:10:42.947+00:00

Hi,

Is there any limitation on how long logic app workflow can be running?
Excluding HTTP triggered cases where there may be limitation on LB timeout (~280sec).

Assuming I have timer triggered workflow, can it run indefinitely?

Azure Logic Apps
Azure Logic Apps
An Azure service that automates the access and use of data across clouds without writing code.
3,542 questions
0 comments No comments
{count} votes

Accepted answer
  1. Bruno Lucas 4,436 Reputation points MVP
    2022-08-24T10:30:24.88+00:00

    Hi anonymous user-8698

    Time trigger will keep working for as long as you need, when it triggers a run, than each run has a limited time to execute:

    https://learn.microsoft.com/en-us/azure/logic-apps/logic-apps-limits-and-config?tabs=azure-portal

    234448-image.png

    0 comments No comments

1 additional answer

Sort by: Most helpful
  1. Marcin Dzięgielewski 41 Reputation points
    2022-08-24T10:24:34.417+00:00

    I think i found the answer:

    Logic apps execution should be short running. While consumption/stateful executions can last for days, stateless need to complete their execution within 5 minutes. Stateless executions run in memory and as a result need to be short-lived, otherwise you risk platform stability by potentially running out of available memory.

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.