A step-by-step introduction to modeling using the API. You'll learn how create and edit shapes and connections.
This example is built as a webpage that introduces you to the basics of working with bpmn-js' API, including:
- creating and editing shapes and connections
- editing the BPMN properties of an element
- creating collaborations, participants and lanes
Install the dependencies:
npm install
Build and open the example in the browser:
npm start
MIT