Skip to main content

Notice: this Wiki will be going read only early in 2024 and edits will no longer be possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "MDT/BPMN2"

< MDT
(Some directions for new users)
 
(7 intermediate revisions by 3 users not shown)
Line 1: Line 1:
 
[http://www.eclipse.org/modeling/mdt/?project=bpmn2 BPMN2] is an open source component of the Model Development Tools (MDT) subproject to provide a metamodel implementation based on the forthcoming [http://www.omg.org/cgi-bin/doc?bmi/2007-6-5 Business Process Model and Notation (BPMN) 2.0] OMG specification.
 
[http://www.eclipse.org/modeling/mdt/?project=bpmn2 BPMN2] is an open source component of the Model Development Tools (MDT) subproject to provide a metamodel implementation based on the forthcoming [http://www.omg.org/cgi-bin/doc?bmi/2007-6-5 Business Process Model and Notation (BPMN) 2.0] OMG specification.
 +
 +
 +
----
 +
'''Please find the forums [[http://www.eclipse.org/forums/index.php/f/226/ here]]'''
 +
 +
The updater site is [[http://download.eclipse.org/bpmn2-modeler/site/ here]]
 +
----
 +
 +
 +
  
 
The objectives of the BPMN2 component are to provide
 
The objectives of the BPMN2 component are to provide
Line 16: Line 26:
  
 
{{:MDT/BPMN2/Plan}}
 
{{:MDT/BPMN2/Plan}}
 +
 +
= Locations =
 +
Source Code: In [http://git.eclipse.org/c/bpmn2/ Git]
 +
 +
Nighly build: [https://hudson.eclipse.org/hudson/job/bpmn2-nightly/ Hudson]
 +
 +
Update Sites: [https://hudson.eclipse.org/hudson/job/bpmn2-nightly/ws/org.eclipse.bpmn2.site/target/site From Nightly Build]
 +
* To install, copy the following link to Help > Install New Software...
 +
* <nowiki>https://hudson.eclipse.org/hudson/job/bpmn2-nightly/ws/org.eclipse.bpmn2.site/target/site</nowiki>
  
  
Line 24: Line 43:
 
* [http://www.omg.org/cgi-bin/doc?bmi/2007-6-5 Business Process Model and Notation (BPMN) 2.0 RFP]
 
* [http://www.omg.org/cgi-bin/doc?bmi/2007-6-5 Business Process Model and Notation (BPMN) 2.0 RFP]
 
* [http://www.eclipse.org/stp/bpmn/index.php STP BPMN home page]
 
* [http://www.eclipse.org/stp/bpmn/index.php STP BPMN home page]
 
+
* [http://www.bpmncomposer.org/ Visual Design Tool - BPMN Composer home page]
 
* [http://www.eclipse.org/modeling Modeling Project] [http://wiki.eclipse.org/index.php/Category:Modeling Category] [[Modeling_Project|Wiki]]  
 
* [http://www.eclipse.org/modeling Modeling Project] [http://wiki.eclipse.org/index.php/Category:Modeling Category] [[Modeling_Project|Wiki]]  
 
** [http://www.eclipse.org/modeling/mdt Model Development Tools] [http://wiki.eclipse.org/index.php/Category:MDT Category] [[MDT|Wiki]]
 
** [http://www.eclipse.org/modeling/mdt Model Development Tools] [http://wiki.eclipse.org/index.php/Category:MDT Category] [[MDT|Wiki]]

Latest revision as of 08:09, 4 April 2012

BPMN2 is an open source component of the Model Development Tools (MDT) subproject to provide a metamodel implementation based on the forthcoming Business Process Model and Notation (BPMN) 2.0 OMG specification.



Please find the forums [here]

The updater site is [here]




The objectives of the BPMN2 component are to provide

  • an open source "reference" implementation of the BPMN 2.0 specification
  • an EMF-based foundation on which business process modeling tools can be built
  • a basis for integrating and interchanging artifacts between business process modeling tools
  • a forum for engaging the community in validation of the BPMN 2.0 specification
  • an opportunity for increased collaboration between Eclipse and the OMG

News

Slides: http://www.slideshare.net/toulmean/bpmn-20-slide-deck-2

  • Dec '09: Intalio, Inc contributed a metamodel based on the BPMN 2.0 beta 1 xsd.

Plan

  • Implement a Java-based metamodel for BPMN 2.0
  • Implement a validation suite for BPMN 2.0 processes (in collaboration with the OMG)
  • Provide a set of graphics for BPMN 2.0 shapes

Locations

Source Code: In Git

Nighly build: Hudson

Update Sites: From Nightly Build

  • To install, copy the following link to Help > Install New Software...
  • https://hudson.eclipse.org/hudson/job/bpmn2-nightly/ws/org.eclipse.bpmn2.site/target/site


Related Links

Back to the top