Go to file
2023-05-27 18:43:53 +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 included more information in the parser 2023-05-27 18:43:05 +02:00
editor.html added currently available info to panel 2023-05-27 18:00:25 +02:00
editor.js removed exemplary input 2023-05-27 18:43:53 +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 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.