uni2work.workflows.visualiser/README.md
David Mosbach 29d2ab5f05 new readme
2023-03-11 01:16:49 +01:00

13 lines
350 B
Markdown

# Workflow Visualiser
## Usage
First, you need to generate the visualisation data:
```
cabal run workflow-visualiser -- <source.yaml> <target.json>
```
Copy the contents of `target.json` and paste them as the value of the variable `workflow` into the first line of [`editor.js`](./editor.js#L1).
Open `editor.html` in order to display the graph.