https://github.com/peterchain/openflow
OpenUI5 Flowchart app
https://github.com/peterchain/openflow
Last synced: 2 months ago
JSON representation
OpenUI5 Flowchart app
- Host: GitHub
- URL: https://github.com/peterchain/openflow
- Owner: PeterChain
- Created: 2020-08-25T22:57:00.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-09-07T17:28:39.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T10:26:05.978Z (over 1 year ago)
- Language: JavaScript
- Size: 242 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# OpenFlow
OpenUI5 app using Mermaid JS for Flowchart generating using a JSON/OData model.
The purpose is to create a flowchart based on SAP EMMA Case category where each step
can be a manual or automatic activity.
## How to run
- Clone the repository https://github.com/PeterChain/openflow.git
- Go inside the directory openflow
- run `npm install` for the node modules download
- In order to run for the the project, just replace the endpoint with the target for the data and run `npm run start`
- If you want to run the mocked data version, just run `ui5 serve --config=uimodule=ui5.yaml --open=test/indexMock.html`
## Credits
This project has been generated with 💙 and [easy-ui5](https://github.com/SAP)