| .reuse | ||
| app | ||
| fonts | ||
| LICENSES | ||
| workflows | ||
| .gitignore | ||
| editor.css | ||
| editor.html | ||
| editor.js | ||
| keyboard.js | ||
| README.md | ||
| README.md.license | ||
| workflow-visualiser.cabal | ||
| workflow.js | ||
Workflow Visualiser
Usage
You need to host a local http server for providing the definition files. Please create a dedicated directory @ localhost for that purpose.
Prerequisites
First, you need to generate the visualisation data:
cabal run workflow-visualiser -- --all <path-to-source-yaml-directory> <directory-of-http-server>
Afterwards you can run your server and listen on port 8080.
Open Editor
Open editor.html in your browser and select the desired workflow via the file menu.