aws-toolkit-vscode icon indicating copy to clipboard operation
aws-toolkit-vscode copied to clipboard

"Render state machine graph from CDK application" always fails

Open anentropic opened this issue 11 months ago • 4 comments

Problem

I have defined two Step Functions state machines in my CDK (Python) application.

When I try to use the render option the preview panel opens but with this error:

Errors detected. Cannot preview.

Steps to reproduce the issue

Open my project then either use the AWS browser and click preview icon: Screenshot 2024-03-20 at 14 59 30

or Cmd+Shift+P and select "AWS: Render state machine graph from CDK application"

Expected behavior

See a graph

System details (run the AWS: About Toolkit command)

  • OS: macOS 14.3.1
  • Visual Studio Code version: 1.87.2 (Universal)
  • AWS Toolkit version: v2.15.0

anentropic avatar Mar 20 '24 15:03 anentropic