⚠️ 📣 This repository is no longer maintained, please visit https://github.com/camunda/camunda-modeler
The visual workflow editor for Zeebe based on bpmn.io.
Download, extract and execute app.
brew install --cask zeebe-modeler
Requires Scoop and the scoop-extras bucket:
scoop install zeebe-modeler
- Changelog
- Download (see also nightly builds)
- Give Feedback
- Report a Bug
# checkout a tag
git checkout v1.1.0
# install dependencies
npm install
# execute all checks (lint, test and build)
npm run all
# build the application to ./dist
npm run build
Spin up the application for development, all strings attached:
npm run dev
This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to code-of-conduct@zeebe.io.
MIT
Contains parts (bpmn-js) released under the bpmn.io license.