LogicAppsUX icon indicating copy to clipboard operation
LogicAppsUX copied to clipboard

Error: Cannot read properties of undefined (reading 'type')

Open mattyjbennett opened this issue 1 year ago • 0 comments

Describe the Bug with repro steps

  1. In VS Code, In Explorer view right-click on a workflow.json file.
  2. Select 'Open Designer'
  3. 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

mattyjbennett avatar May 17 '24 10:05 mattyjbennett