Javascript library for viewing / editing workflows.
npm install workflow-builderJavascript library for viewing / editing workflows.
If you just want to run Workflow Builder locally, you can launch supplied demo app in your browser. Serve directory ./demo by any convenient means and navigate to /index.html in your browser: example workflow visualization will open.
Commonly available options for serving demo app are:
- Python:
``sh`
cd demo
python -m SimpleHTTPServer
`
- NodeJS:
sh`
npm i
npm run demo
Workflow Builder comes in bundled and unbundled versions, with module formats: ES6, CommonJS and IIFE.
If your web app does not use React, consume Workflow Builder with all dependencies bundled:
- either import or require appropriate es6/cjs module as your build system dictates,
- or simply add