Skip to content

laiweiwei/bpmn-js-examples

 
 

Repository files navigation

bpmn-js Examples

This repository contains a number of examples showing how use and integrate bpmn-js it into your applications.

Basics

  • simple-bower - an example showcasing how pull bpmn-js via bower and include it into your application.
  • simple-commonjs - an example showcasing how to load bpmn-js via npm in a node-style application and package it and the application code for the browser with browserify.
  • properties-panel - add a properties panel and edit execution related BPMN 2.0 properties.

Intermediate

  • interaction - listen to diagram events and react to them
  • overlays - attach overlays to BPMN 2.0 diagrams to provide custom buttons or showing additional information
  • colors - showcasing different ways to add colors to your BPMN diagram
  • url-viewer - a quick and dirty url viewer for BPMN 2.0 process diagrams created with the bower packaging of bpmn-js.
  • modeler - a simple BPMN 2.0 modeler. Gains more features as time passes by.
  • commenting - a simple commenting application build on top of BPMN 2.0 diagrams
  • bpmn-properties - read and write BPMN properties with bpmn-js
  • i18n - using a custom translation module with bpmn-js

Advanced

Custom

License

MIT (unless noted otherwise)

About

Some examples on how to use bpmn-js

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 78.6%
  • HTML 11.3%
  • CSS 10.1%