You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It seems that once a JavaScriptCode action is added to a workflow of an app that contains a local function, it then becomes impossible to use vs code to attach debugger to the logic app
Plan Type
Standard
Steps to Reproduce the Bug or Issue
Create a new BRE logic app (as an easy was to create an app with a local function). Build the function and test ability to attach debugger to logic app. Add a JavaScriptCode action to the workflow. Attempt to attach debugger to the logic app - it will fail with: Worker failed to load function: 'WorkflowNodeWorker' with functionId
Invalid entry point configuration. The function entry point must be defined in the format .
Describe the Bug
It seems that once a JavaScriptCode action is added to a workflow of an app that contains a local function, it then becomes impossible to use vs code to attach debugger to the logic app
Plan Type
Standard
Steps to Reproduce the Bug or Issue
Create a new BRE logic app (as an easy was to create an app with a local function). Build the function and test ability to attach debugger to logic app. Add a JavaScriptCode action to the workflow. Attempt to attach debugger to the logic app - it will fail with:
Worker failed to load function: 'WorkflowNodeWorker' with functionId
Invalid entry point configuration. The function entry point must be defined in the format .
Workflow JSON
No response
Screenshots or Videos
No response
Additional context
I have published a demo project to this repo: https://github.com/RobBowman/la-javascript-error
Windows VS Code Extension: v1.15.4
Node version: v22.9.0
The text was updated successfully, but these errors were encountered: