We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
What happened: States with dash in the name such as:
{ "id": "helloworld", "version": "1.0.0", "specVersion": "0.8", "name": "Hello World Workflow", "description": "Inject Hello World", "start": "hello-state", "states": [ { "name": "hello-state", "type": "inject", "data": { "result": "Hello World!" }, "end": true } ] }
break the Mermaid output produced by new MermaidDiagram(workflow).sourceCode();
new MermaidDiagram(workflow).sourceCode();
What you expected to happen: A valid mermaid graph.
How to reproduce it: Try the provided workflow in https://serverlessworkflow.io/editor
The text was updated successfully, but these errors were encountered:
fix-183: Dash character in names breaks the Mermaid diagram output
affc9bf
Closes serverlessworkflow#183 Signed-off-by: Jean-Baptiste Bianchi <[email protected]>
Successfully merging a pull request may close this issue.
What happened:
States with dash in the name such as:
break the Mermaid output produced by
new MermaidDiagram(workflow).sourceCode();
What you expected to happen:
A valid mermaid graph.
How to reproduce it:
Try the provided workflow in https://serverlessworkflow.io/editor
The text was updated successfully, but these errors were encountered: