-
Notifications
You must be signed in to change notification settings - Fork 8
Open
Description
What happened:
I got an example workflow from the serverless site for spec version 1.0 and when I try to generate the diagram I get this error:
Unable to write to SVG file: Error: ENOENT: no such file or directory, open 'C:\C:\Users{USER}\Downloads\workflows\http.yaml.svg'
What you expected to happen:
To generate the workflow diagram
How to reproduce it:
I'm using windows and the latest version of the extension for VS Code with this workflow definition from the serverless workflow examples from the home page:
document:
dsl: '1.0.0'
namespace: default
name: call-http
version: '1.0.0'
do:
- getPet:
call: http
with:
method: get
endpoint: https://petstore.swagger.io/v2/pet/{petId}
Anything else we need to know?:
Environment:
Metadata
Metadata
Assignees
Labels
No labels