When disabling a Logic App Standard, what happens with the running workflows?

Mathieu Vermote 20 Reputation points
2024-11-08T07:34:32.4266667+00:00

When disabling a Logic App Standard, sometimes (longer) running workflows are not stopped properly.

Is there a way to stop a Logic App, but finish the current running workflows?

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

Accepted answer
  1. Deepanshu katara 16,720 Reputation points MVP Moderator
    2024-11-08T07:40:23.87+00:00

    Hello Mathieu, Welcome to MS Q&A

    Yes, you can stop a Logic App(standard) while allowing the current running workflows to finish. When you stop a Logic App, it cancels all in-progress and pending runs immediately, but it does not affect the workflows that are currently running. Therefore, those workflows will complete their execution before the Logic App is fully stopped.

    For a Consumption logic app, it will continue all in-progress and pending runs until they finish, and it won't create or run new workflow instances after being stopped.

    References:

    Let us know if any further questions

    Thanks
    Deepanshu

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful

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.