Skip to content

Latest commit

 

History

History
43 lines (27 loc) · 474 Bytes

README.md

File metadata and controls

43 lines (27 loc) · 474 Bytes

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