Skip to content

based on bpmn-io/bpmn-js-properties-panel & bpmn-io/bpmn-js-examples/tree/master/properties-panel

Notifications You must be signed in to change notification settings

luciotato/bpmn.io-nodeApp-with-properties-panel

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

bpmn.io-nodeApp-with-properties-panel

based bpmn-io/bpmn-js-examples/properties-panel

This example uses bpmn-js and bpmn-js-properties-panel.

It implements a BPMN 2.0 modeler that allows you to edit execution related properties via a properties panel you can show or hide.

About

This example is a node-style web application that builds a user interface around the bpmn-js BPMN 2.0 modeler.

demo application screenshot

Building the Example

You need a NodeJS development stack with npm and installed to build the project.

To install all project dependencies execute

npm install

Build the example using browserify via

npm run all

You may also spawn a development setup by executing

npm run dev

Both tasks generate the distribution ready client-side modeler application into the dist folder.

Serve the application locally or via a web server (nginx, apache, embedded).

About

based on bpmn-io/bpmn-js-properties-panel & bpmn-io/bpmn-js-examples/tree/master/properties-panel

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published