Go to file
2023-05-28 14:21:26 +02:00
app included more information in the parser 2023-05-27 18:43:05 +02:00
.gitignore init 2023-03-11 00:53:26 +01:00
editor.css styled scrollbar 2023-05-28 13:52:51 +02:00
editor.html height of sidebar content is dynamically adjusted 2023-05-28 13:36:02 +02:00
editor.js stronger highlighting of selected nodes/edges 2023-05-28 14:21:26 +02:00
README.md new readme 2023-03-11 01:16:49 +01:00
workflow-visualiser.cabal init 2023-03-11 00:53:26 +01:00
workflow.js added duplicate button 2023-05-28 12:55:54 +02:00

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.

Open editor.html in order to display the graph.