Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "BPMN2-Modeler"

(Developer Resources)
(JBoss jBPM Extensions)
 
(19 intermediate revisions by 2 users not shown)
Line 1: Line 1:
Welcome to the BPMN2 Modeler Wiki page.
+
== General  ==
  
The BPMN2 Modeler is a graphical modeling tool that generates BPMN 2.0 compliant files.  
+
Welcome to the [http://eclipse.org/bpmn2-modeler Project BPMN2 Modeler] Wiki page.  
  
== General  ==
+
The [http://www.bpmn.org/ Business Process Model and Notation] (BPMN) is a graphical representation for specifying business processes in a business process model. The objective of BPMN is to support business process management, for both technical users and business users, by providing a notation that is intuitive to business users, yet able to represent complex process semantics. [http://www.omg.org/spec/BPMN/2.0/ BPMN 2.0] is maintained by the Object Management Group (OMG).
 +
 
 +
The Eclipse BPMN2 Modeler is a graphical tool for authoring models that are compliant with the BPMN 2.0 standard.
  
[http://eclipse.org/bpmn2-modeler Project Home Page]
+
== Installation ==
  
Screencasts
+
For installation of the BPMN2 Modeler, you will need an executable Eclipse installation ([http://download.eclipse.org/releases/luna/ Eclipse Luna] or higher). If you do not have an Eclipse installation yet, you can download Eclipse from the [https://www.eclipse.org/downloads/ Eclipse website].
  
*[http://eclipse.org/bpmn2-modeler/videos/BPMN2Modeler-Setup.htm Setup]
+
The BPMN2 Modeler is installed the same way as any other Eclipse plug-in. To install the BPMN2 Modeler plug-in select from the Eclipse Workbench main menu: ''"Help -> Install New Software"''  and enter the update site URL for your Eclipse IDE version.  
*[http://eclipse.org/bpmn2-modeler/videos/BPMN2Modeler-SimpleProcess.htm Simple Process]
+
  
= User Resources =
+
You will find a list of all available versions on the [http://download.eclipse.org/bpmn2-modeler/updates/ Update Site].
 +
The update site contains BPMN2 Modeler core editor, jBPM extension plug-in, and several examples. You will find current versions compatible with each of the major Eclipse releases starting with [http://download.eclipse.org/releases/helios/ Eclipse Helios]. Note that we are no longer back-porting bug fixes or features to releases prior to [http://download.eclipse.org/releases/luna/ Eclipse Luna].
  
[http://eclipse.org/bpmn2-modeler/downloads.php Downloads]
+
For further information how to install these components, please refer also to the [http://help.eclipse.org/mars/index.jsp?topic=/org.eclipse.platform.doc.user/tasks/tasks-124.htm Eclipse Platform Help].
  
= Developer Resources =
+
== User Resources ==
 +
This section provides several sources of information about the Eclipse BPMN2 Modeller.
  
[https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git Git repository]
+
* [http://www.eclipse.org/bpmn2-modeler/documentation/BPMN2ModelerUserGuide-1.0.1.pdf User Guide] - Detailed information about how to use the BPMN Modeler.
 +
* [http://download.eclipse.org/bpmn2-modeler/updates/ Update Site] - Download and install BPMN2 Modeler.
 +
* [https://www.eclipse.org/forums/index.php/f/226/ User Forum] - Have a question? Please don't hesitate to ask!
 +
* [https://projects.eclipse.org/projects/soa.bpmn2-modeler/documentation/ Project Plan] - See what's in the works for upcoming releases.
 +
* [https://wiki.eclipse.org/BPMN2-Modeler/KnownIssues Known Issues] - Think you may have found a bug? Check here first for workarounds.
  
To clone this repository to your local machine, you must first install the GIT command-line tools, or GUI tools.
+
== Developer Resources ==
Then issue the command:
+
This section contains useful information for developers who wish to build, and possibly contribute to, the BPMN2 Modeler editor.
  
git clone https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git
+
* [https://wiki.eclipse.org/index.php?title=BPMN2-Modeler/Build Builds] - Get access to source code and instructions on how to build BPMN2 Modeler.
 +
* [https://git.eclipse.org/c/bpmn2-modeler/org.eclipse.bpmn2-modeler.git Source Code] - Browse the Git repository.
 +
* [https://wiki.eclipse.org/BPMN2-Modeler/ExtensionPoints Extension Point API] - Learn how to extend BPMN2 Modeler for a specific Target Runtime.
 +
* [https://wiki.eclipse.org/BPMN2-Modeler/DeveloperTutorials Plugin Developer Tutorials] - Step-by-step tutorials for building your own Target Runtime extension plugin.
  
This will create a directory named org.eclipse.bpmn2-modeler in your current directory.
+
== Open Source Workflow Engines ==
  
To build the entire product requires Maven 3.0. In your local GIT repository directory for BPMN2 Modeler, enter the command:
+
In the section [https://wiki.eclipse.org/BPMN2-Modeler/Open_Source_Workflow_Engines Open Source Worklfow Engines] you will find open source projects adapting the Eclipse BPMN2 Plugin.
  
mvn clean install -Dcbi.jarsigner.skip=true -P platform-luna
+
If you are working on your own BPMN extension or Workflow Engine, please let us know! Post you project into the [https://www.eclipse.org/forums/index.php/f/226/ Eclipse BPMN2 Forum].

Latest revision as of 05:17, 21 June 2020

General

Welcome to the Project BPMN2 Modeler Wiki page.

The Business Process Model and Notation (BPMN) is a graphical representation for specifying business processes in a business process model. The objective of BPMN is to support business process management, for both technical users and business users, by providing a notation that is intuitive to business users, yet able to represent complex process semantics. BPMN 2.0 is maintained by the Object Management Group (OMG).

The Eclipse BPMN2 Modeler is a graphical tool for authoring models that are compliant with the BPMN 2.0 standard.

Installation

For installation of the BPMN2 Modeler, you will need an executable Eclipse installation (Eclipse Luna or higher). If you do not have an Eclipse installation yet, you can download Eclipse from the Eclipse website.

The BPMN2 Modeler is installed the same way as any other Eclipse plug-in. To install the BPMN2 Modeler plug-in select from the Eclipse Workbench main menu: "Help -> Install New Software" and enter the update site URL for your Eclipse IDE version.

You will find a list of all available versions on the Update Site. The update site contains BPMN2 Modeler core editor, jBPM extension plug-in, and several examples. You will find current versions compatible with each of the major Eclipse releases starting with Eclipse Helios. Note that we are no longer back-porting bug fixes or features to releases prior to Eclipse Luna.

For further information how to install these components, please refer also to the Eclipse Platform Help.

User Resources

This section provides several sources of information about the Eclipse BPMN2 Modeller.

  • User Guide - Detailed information about how to use the BPMN Modeler.
  • Update Site - Download and install BPMN2 Modeler.
  • User Forum - Have a question? Please don't hesitate to ask!
  • Project Plan - See what's in the works for upcoming releases.
  • Known Issues - Think you may have found a bug? Check here first for workarounds.

Developer Resources

This section contains useful information for developers who wish to build, and possibly contribute to, the BPMN2 Modeler editor.

  • Builds - Get access to source code and instructions on how to build BPMN2 Modeler.
  • Source Code - Browse the Git repository.
  • Extension Point API - Learn how to extend BPMN2 Modeler for a specific Target Runtime.
  • Plugin Developer Tutorials - Step-by-step tutorials for building your own Target Runtime extension plugin.

Open Source Workflow Engines

In the section Open Source Worklfow Engines you will find open source projects adapting the Eclipse BPMN2 Plugin.

If you are working on your own BPMN extension or Workflow Engine, please let us know! Post you project into the Eclipse BPMN2 Forum.

Back to the top