https://github.com/operaton/operaton-modeler
https://github.com/operaton/operaton-modeler
Last synced: 7 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/operaton/operaton-modeler
- Owner: operaton
- License: mit
- Created: 2026-01-30T08:41:24.000Z (6 months ago)
- Default Branch: develop
- Last Pushed: 2026-06-24T21:24:10.000Z (24 days ago)
- Last Synced: 2026-06-24T23:11:46.520Z (24 days ago)
- Language: JavaScript
- Size: 60.4 MB
- Stars: 2
- Watchers: 0
- Forks: 0
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: .github/CODE_OF_CONDUCT.md
- Codeowners: .github/CODEOWNERS
- Security: SECURITY.md
- Notice: NOTICE
Awesome Lists containing this project
README
# Operaton Modeler
An integrated modeling solution for BPMN, DMN, and Forms based on [bpmn.io](http://bpmn.io).
Operaton Modeler is ported from [Fluxnova Modeler](https://github.com/finos/fluxnova-modeler) and adapted for the Operaton platform.

## Resources
* [Changelog](./CHANGELOG.md)
* [Report a Bug](https://github.com/operaton/operaton-modeler/issues)
## Building the Application
Build the app in a Posix environment. On Windows that is Git Bash or WSL. Make sure you have installed all the [necessary tools](https://github.com/nodejs/node-gyp#installation) to install and compile Node.js C++ addons.
```sh
# checkout a tag
git checkout main
# install dependencies
npm install
# build the application to ./dist
npm run build
```
### Development Setup
Spin up the application for development, all strings attached:
```sh
npm run dev
```
### Development Setup
Please checkout our [troubleshooting guide](./TROUBLESHOOTING.md) if you are experiencing issues when building from source.
## Contributing
Please checkout our [contributing guidelines](./CONTRIBUTING.md) if you plan to file an issue or pull request.
## License
Copyright 2025 FINOS
Copyright 2026 the Operaton contributors.
MIT
Uses [bpmn-js](https://github.com/bpmn-io/bpmn-js), [dmn-js](https://github.com/bpmn-io/dmn-js), [cmmn-js](https://github.com/bpmn-io/cmmn-js), and [form-js](https://github.com/bpmn-io/form-js) licensed under the [bpmn.io license](http://bpmn.io/license).