Go to file
2023-05-29 00:48:38 +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 added file menu 2023-05-29 00:48:38 +02:00
editor.html added file menu 2023-05-29 00:48:38 +02:00
editor.js added full navigation menu 2023-05-29 00:33:41 +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 enabled html rendering for message content 2023-05-28 18:37:06 +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.