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 "STP/BPMN Component/STP BPMN Presentation"

Line 17: Line 17:
  
 
== Reusing the modeler ==
 
== Reusing the modeler ==
 +
 +
 +
== Connecting to the modeler ==
 +
Create a BPMN factory that generates fragments of BPMN imported into a diagram.
 +
In this scenario, a BPEL process is instrumented into a BPMN pool. It exposes the sequences and gateways of the BPEL as BPMN shapes.
 +
It keeps annotations that link to the original BPEL markup.
 +
See https://bugs.eclipse.org/bugs/show_bug.cgi?id=171084

Revision as of 21:52, 22 January 2007

The STP BPMN Modeler

The STP BPMN modeler is a BPMN diagram editor which is currently developed as a sub-project of SOA Tools Platform. The team counts two committers, Alex Boisvert and Hugues Malphettes, and a contributor Antoine Toulme.

They all work for Intalio, Inc.

BPMN

Definition of BPMN

Origins of the modeler

GMF...

My first BPMN process

Tips and tricks

change activityType


Reusing the modeler

Connecting to the modeler

Create a BPMN factory that generates fragments of BPMN imported into a diagram. In this scenario, a BPEL process is instrumented into a BPMN pool. It exposes the sequences and gateways of the BPEL as BPMN shapes. It keeps annotations that link to the original BPEL markup. See https://bugs.eclipse.org/bugs/show_bug.cgi?id=171084

Back to the top