Skip to content

Desktop Application for modeling Zeebe Workflows with BPMN

License

Notifications You must be signed in to change notification settings

imrishabh18/zeebe-modeler

 
 

Repository files navigation

Zeebe Modeler

Build Status

The visual workflow editor for Zeebe based on bpmn.io.

Zeebe Modeler

Installation

All Platforms

Download, extract and execute app.

MacOSX

Requires homebrew and cask:

brew cask install zeebe-modeler

Windows (using Scoop)

Requires Scoop and the scoop-extras bucket:

scoop install zeebe-modeler

Resources

Building the Application

# 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

Development Setup

Spin up the application for development, all strings attached:

npm run dev

Code of Conduct

This project adheres to the Contributor Covenant Code of Conduct. By participating, you are expected to uphold this code. Please report unacceptable behavior to [email protected].

License

MIT

Contains parts (bpmn-js) released under the bpmn.io license.

About

Desktop Application for modeling Zeebe Workflows with BPMN

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 97.3%
  • Less 2.1%
  • Other 0.6%