Running locally in vscode. Have been running and debugging logic apps successfully for a while. Working on a logic app based rag pattern and drop the action 'Parse a Document' into a workflow.
When I debug the workflow, receive an error stating that it could not start the process and mentioned JAVA_HOME.
If I remove the parse document action, the workflow runs successfully
I was able to install Microsoft's build of the OpenJDK and was able to succesfully run the workflow with a parse document action.
Should note that java is required and include it in the LogicApp setup
Describe the Bug
Running locally in vscode. Have been running and debugging logic apps successfully for a while. Working on a logic app based rag pattern and drop the action 'Parse a Document' into a workflow.
When I debug the workflow, receive an error stating that it could not start the process and mentioned JAVA_HOME.
If I remove the parse document action, the workflow runs successfully
I was able to install Microsoft's build of the OpenJDK and was able to succesfully run the workflow with a parse document action.
Should note that java is required and include it in the LogicApp setup
Plan Type
Standard
Steps to Reproduce the Bug or Issue
Workflow JSON
Screenshots or Videos
No response
Additional context
No response