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 of the unit test case and the comments to get an impression about this useful feature of the camunda BPMN model API.

Also be aware that you can use the camunda XML model API to general process XML in a generic way. And the new camunda CMMN model API to handle CMMN models in a similar easy way.

How to use it?

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