Go to file
2023-05-30 16:22:29 +02:00
app retrieve & show information from index.yaml 2023-05-30 16:22:29 +02:00
fonts Added fonts 2023-05-29 15:21:26 +02:00
workflows retrieve & show information from index.yaml 2023-05-30 16:22:29 +02:00
.gitignore all wflows are parsed & then requested on demand 2023-05-30 02:02:13 +02:00
editor.css retrieve & show information from index.yaml 2023-05-30 16:22:29 +02:00
editor.html retrieve & show information from index.yaml 2023-05-30 16:22:29 +02:00
editor.js retrieve & show information from index.yaml 2023-05-30 16:22:29 +02:00
README.md new readme 2023-03-11 01:16:49 +01:00
workflow-visualiser.cabal retrieve & show information from index.yaml 2023-05-30 16:22:29 +02: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.