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.
2,836 questions
0 comments No comments
{count} votes

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