Go to file
2023-05-22 21:14:14 +02:00
app parse actor & viewer data 2023-05-05 22:46:40 +02:00
.gitignore init 2023-03-11 00:53:26 +01:00
editor.css init 2023-03-11 00:53:26 +01:00
editor.html feature: highlight actions of selected actors 2023-05-06 21:11:44 +02:00
editor.js decreased opacity for edges of other actors 2023-05-22 21:14:14 +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.