JBoss.orgCommunity Documentation
We are working on a new BPMN 2.0 Eclipse editor that allows you to specify business processes, choreographies, etc. using the BPMN 2.0 XML syntax (including BPMNDI for the graphical information). The editor itself is based on the Eclipse Graphiti framework and the Eclipse BPMN 2.0 model.
Features:
Many thanks go out to the people at Codehoop that did a great job in creating a first version of this editor.
Requirements
To install, startup Eclipse and install Graphiti from the update site above (from menu Help -> Install new software and then add the update site in question and select and install the Graphiti runtime) and then use the following update site http://codehoop.com/bpmn2 to install the latest version of the BPMN 2.0 editor in Eclipse. A screencast that shows all this in action can be found here.
Sources can be found here: https://github.com/droolsjbpm/bpmn2-eclipse-editor
You can use a simple wizard to create a new BPMN 2.0 process (under File -> New - Other ... select BPMN - BPMN2 Diagram).
A video that shows some sample BPMN 2.0 processes from the examples that are part of the BPMN 2.0 specification:
Figure 9.1.
Here are some screenshots of the editor in action.
You can define which of the BPMN 2.0 elements and attributes you want to use when describing your BPMN 2.0 diagrams. Since the BPMN 2.0 specification is rather complex and includes a very large set of different node types and attributes for each of those nodes, you may not want to use all of these elements and attributes in your project. Elements and attributes can be enablement / disabled at the project level using the BPMN2 preferences category (right-click your project folder and select Properties ... which will open up a new dialog). The BPMN2 preferences contain an entry for all supported elements and attributes (per node type) and you can enable or disable each of those by (un)checking the box for each of those elements and attributes.