2.3.0 • Published 4 years ago

oe-workflow-modeler v2.3.0

Weekly downloads
18
License
MIT
Repository
github
Last release
4 years ago

oeCloud Workflow Modeler

About

Running the workflow modeler

Install all required dependencies:

npm install
npm install -g webpack

Build and run the project

npm run dev

Enabling workflow modeler

npm install oe-workflow-modeler

Add following to the server/component-config.json

{
  "oe-workflow-modeler/component": {
    "mountPath": "/wfmodeler",
    "extensionsPath": "../../extensions.json"
  }
}

License

MIT