Skip to content

Commit

Permalink
docu
Browse files Browse the repository at this point in the history
  • Loading branch information
rsoika committed Apr 8, 2023
1 parent 87d2765 commit c424386
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<img width="200" src="./doc/images/logo-openbpmn.png" />
<img width="200" src="./doc/images/logo-openbpmn-no-margin.png" />

**Open BPMN** is a free and open modeling platform to create and maintain business models based on the BPMN 2.0 standard. **Open BPMN** can be used by business analysts to design a top level business process, as also by architects and developers to model the technical details of complex processing logic.
Further more, **Open BPMN** provides an extension mechanism to adapt the modeling platform to the individual requirements in any business process project.
Expand Down
File renamed without changes
4 changes: 1 addition & 3 deletions open-bpmn.metamodel/README.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,4 @@
<h1><img width="200" src="../doc/images/logo-test.png" /> Metamodel</h1>

# Open BPMN 2.0 - Metamodel
<h1><img width="200" src="../doc/images/logo-openbpmn-no-margin.png" /> Metamodel</h1>

**Open BPMN** provides a Java Metamodel which can be used to create, load and manipulate a BPMN model programmatically. The Metamodel provides factory and model classes to work with an BPMN model instance. The library is based on the `org.w3c.dom` XML API and operates directly on the dom Nodes which makes the Metamodel very flexible. This concept allows you to handle any kind of BPMN model and also work with BPMN 2.0 extensions or add your own extensions.

Expand Down

0 comments on commit c424386

Please sign in to comment.