Go to file
2023-05-29 18:35:33 +02:00
app included more information in the parser 2023-05-27 18:43:05 +02:00
fonts Added fonts 2023-05-29 15:21:26 +02:00
.gitignore Added fonts 2023-05-29 15:21:26 +02:00
editor.css Added fonts 2023-05-29 15:21:26 +02:00
editor.html Added fonts 2023-05-29 15:21:26 +02:00
editor.js fixed zooming after adding states/edges 2023-05-29 18:35:33 +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.