LogicAppsUX
LogicAppsUX copied to clipboard
Error: Cannot read properties of undefined (reading 'type')
Describe the Bug with repro steps
- In VS Code, In Explorer view right-click on a workflow.json file.
- Select 'Open Designer'
- The workflow tab appears but nothing renders. I get an error message: "Error: Cannot read properties of undefined (reading 'type')"
What type of Logic App Is this happening in?
Standard (VSCode)
Are you using new designer or old designer
New Designer
Did you refer to the TSG before filing this issue? https://aka.ms/lauxtsg
Yes
Workflow JSON
{
"definition": {
"$schema": "https://schema.management.azure.com/providers/Microsoft.Logic/schemas/2016-06-01/workflowdefinition.json#",
"actions": {},
"contentVersion": "1.0.0.0",
"outputs": {},
"triggers": {}
},
"kind": "Stateful"
}
Screenshots or Videos
No response
Browser
Not applicable
Additional context
No response