Share via

All workflows in my Logic App that use Inline Code stopped working

Igbeka, Emeka 5 Reputation points
2025-08-27T22:40:05.9966667+00:00

I've had workflows within my Logic App working perfectly fine until yesterday. Whenever they are triggered, they remain in a perpetual running state until I cancel them. They all get stuck at the Inline Code section.

Note

  • This has been working perfectly fine for the last 3 months.
  • I tested it with the default "Hello World" and it didn't work so it's not my script/code
  • I also made the configuration change and updated the FUNCTIONS_EXTENSION_VERSION to 4.837.1.23604

Screenshot 2025-08-27 152232.png

Azure Logic Apps
Azure Logic Apps

An Azure service that automates the access and use of data across clouds without writing code.

0 comments No comments

1 answer

Sort by: Most helpful
  1. Suwarna S Kale 4,526 Reputation points Volunteer Moderator
    2025-08-28T02:53:14.51+00:00

    Hello Igbeka, Emeka,

    Thank you for posting your question in the Microsoft Q&A forum. 

    A sudden failure of previously operational Logic App workflows, particularly within Inline Code operations, indicates a platform-level runtime disruption rather than a code defect. The issue almost certainly stems from Azure's deprecation of the underlying Node.js version that powered the Functions runtime. Your Logic App's configuration was likely dependent on a now-retired version, such as Node.js 14 or 16, causing the initialization process to hang indefinitely.

    The solution requires explicitly overriding the default platform setting by defining a new application configuration, WEBSITE_NODE_DEFAULT_VERSION, with a value of ~18 to mandate the use of a current, supported Long-Term Support version. This forces the runtime onto a stable and compatible foundation, resolving the initialization failure. Consequently, the Inline Code action can then execute successfully, allowing your workflows to proceed to completion without further interruption. 

    Please, let me know the response helps answer your question? If the above answer helped, please do not forget to "Accept Answer" as this may help other community members to refer the info if facing a similar issue. 🙂 

    Was this answer helpful?


Your answer

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