An open API service indexing awesome lists of open source software.

https://github.com/peterchain/openflow

OpenUI5 Flowchart app
https://github.com/peterchain/openflow

Last synced: 2 months ago
JSON representation

OpenUI5 Flowchart app

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)