Skip to content

Latest commit

 

History

History

parse-bpmn

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 

BPMN parsing using the BPMN model API

This example demonstrates how to use the Camunda BPMN model API to parse a BPMN process. It shows how simple you can access attributes, child elements and extension elements. Also it illustrates how to use references between model elements to traverse the model.

Please have a look at the source code and comments of the unit test case to get an impression about this feature of the Camunda BPMN model API.

Also be aware that you can use:

How to use it?

  1. Checkout the project with Git
  2. Read and run the unit test case