Skip to content

Latest commit

 

History

History
19 lines (12 loc) · 601 Bytes

File metadata and controls

19 lines (12 loc) · 601 Bytes

How to update workflow diagram

Workflow diagram is contained in workflow.mmd. Its definition is written in Mermaid.

Regenerate PNG in command line

In order to regenerate the workflow diagram from source, use the commands:

# Install Mermaid CLI
npm install @mermaid-js/mermaid-cli

# Generate the diagram
./node_modules/.bin/mmdc -i workflow.mmd -o workflow.png

Live editor

If you want to adjust the diagram and see the result applied live, use Mermaid live editor.