2.3.0 • Published 5 years ago
oe-workflow-modeler v2.3.0
oeCloud Workflow Modeler
About
Running the workflow modeler
Install all required dependencies:
npm install
npm install -g webpackBuild and run the project
npm run devEnabling workflow modeler
npm install oe-workflow-modelerAdd following to the server/component-config.json
{
"oe-workflow-modeler/component": {
"mountPath": "/wfmodeler",
"extensionsPath": "../../extensions.json"
}
}License
MIT