SlideShare uma empresa Scribd logo
1 de 28
Baixar para ler offline
Welcome 

                   Michele Chinosi
           University of Insubria – Varese (Italy)

      BPeX: A New Approach to BPMN Model
                  Portability
Agenda

• Brief introduction to BPMN, WS-BPEL, XPDL

• BPeX: a new modeling approach

• A view of XPDL “weaknesses”

• How BPeX can aid to overcome these weak
  points

• A comparison between XPDL and BPeX

                                                                    April 21-23, 2008
             Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   2
A Brief Introduction

• BPMN (Business Process Modeling Notation),
  developed by BPMI and adopted as standard
  by OMG (2006, BPMN 1.0 – 2008, BPMN 1.1)
• WS-BPEL (Web Services – Business Process
  Execution Language), developed by BEA, IBM
  & Microsoft, adopted by OASIS as standard.
  Version 2.0 (2007).
• XPDL (XML Process Definition Language),
  developed by WfMC. (2005, XPDL 2.0 – 2008,
  XPDL 2.1).


                                                                   April 21-23, 2008
            Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   3
A Brief Introduction

• BPMN is a graphical notation to model
  (represent) business processes.
  – Standard for the look of a process
• WS-BPEL is an “execution language”
  – definition of web services orchestration
  – independent from BPMN
• XPDL stores and exchanges the process
  diagrams
  – process design format
  – extended to support BPMN


                                                                     April 21-23, 2008
              Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   4
BPeX: Business Process eXtensions




         The BPMN-XPDL-BPEL value chain
    From Keith Swenson blog “Go Flow”, posted May 26, 2006

                                                                       April 21-23, 2008
                Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   5
BPeX: Business Process eXtensions




                                                                 April 21-23, 2008
          Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   6
A Comparison Between
   WS-BPEL and XPDL

                                         WS-BPEL                                   XPDL
Expressive power               Less expressive                      More expressive
Naming convention              Completely different                 Some names different
Structure of the model         Completely different                 Some relevant differences
Native referential integrity   Partially                            Missing
Execution capabilities         Full support                         No execution allowed
Graphical information          Not at all                           Full graphical support
Validation / Analysis          Complex queries                      Complex queries




                                                                                April 21-23, 2008
                         Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   7
Some XPDL Weaknesses in
Details
• Elements renaming

• Complex conceptual model

• Lack of a native referential
  integrity

• Complex queries
                                                                 April 21-23, 2008
          Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   8
Elements Renaming
XPDL 2.0:

•comes 1 year before OMG published BPMN specification

•supports all the elements provided by BPMN specification

•maintains the possibility to describe more generic workflow
diagrams

•avoid redundancy and duplicates
              BPMN                                                    XPDL
              Process                                          WorkflowProcess

            SequenceFlow                                            Transition

             SubProcess                                              SubFlow

              Gateway                                      Route / Join / Split / …

                                                                               April 21-23, 2008
                        Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   9
A Complex Conceptual Model

•   We analyzed the XML serialization
    provided with the example inside the XPDL
    specification

•   We depicted a more high-level graphical
    conceptual model of the XML tree

•   We compared the model with the Business
    Process Diagram

                                                                    April 21-23, 2008
             Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   10
An Example Process




This process is taken from XPDL specification [Document
nr. WFMC-TC-1025, Section 8.1, pp. 109-127] and
modeled using BPMN


                                                                      April 21-23, 2008
               Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   11
A Complex Conceptual Model




                                                               April 21-23, 2008
        Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   12
A Complex Conceptual Model

• XPDL was not originally developed to represent natively
  BPMN diagrams

• XPDL has to maintain a backward compatibility with its
  previous version
   – Old names, old structure, old relationships

This introduces:
   – more complexity
   – some misunderstandings
   – fragmentation of information


                                                                         April 21-23, 2008
                  Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   13
A Complex Conceptual Model

               BPMN                                                  XPDL
Processes are children of Pools               Pools are defined separately from
elements                                      WorkflowProcesses, referencing
                                              them through relationships

Tasks are specifications of Activity          Tasks are children of an
elements                                      Implementation element,
                                              descendant of an Activity block
                                              which belongs to a unique Activities
                                              element

Events are directly referenced from           Events are children of an Activity
a Lane element                                element

One Gateway is defined within a               The Route element is defined as
Lane                                          child of an Activity



                                                                               April 21-23, 2008
                        Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   14
Lack of Native Referential Integrity
Constraints

• All the elements do not have a unique ID

• ID and IDRef are of type xsd:NMTOKEN

• More than one element have the same ID

• BPMN specification requires the ID field to be
  “a unique Id that identifies the object from
  other objects within the Diagram”


                                                                     April 21-23, 2008
              Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   15
Lack of Native Referential Integrity
Constraints




                                                                 April 21-23, 2008
          Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   16
Lack of Native Referential Integrity
Constraints
• IDREFs are of type xsd:NMTOKEN

• It is possible to set as IDREF value a non-
  existent ID

• There is the need of a software tool to check
  the correctness of the values

• XPDL specification state that “The Process
  attribute defines the Process that is contained
  within the Pool”
                                                                     April 21-23, 2008
              Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   17
Lack of Native Referential Integrity
Constraints




                                                                 April 21-23, 2008
          Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   18
BPeX: Business Process
eXtensions
• ID and IDREF are defined as of types xsd:ID
  and xsd:IDREF

• We add xsd:KEY and xsd:KEYREF to enforce
  constraints
  – We can assure that a Start Event of type
    Message will have all and only the attributes
    provided by BPMN specification

• We can statically validate the model without
  using software tools

                                                                     April 21-23, 2008
              Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   19
Complex Queries
Which Lane does the Task with Id=10 belong to?

 With XPDL
 for $x in (//Activity[@Id=10]),
     $y in (//Pool[@Process =
 //$x/ancestor::WorkflowProcess[1]/@Id]//Lane/@Name)
 return $y

 Result:
 /Package[1]/Pools[1]/Pool[2]/Lanes[1]/Lane[1]/@Name - Lane-0




 With BPeX

 //Lane[//Task/@Id=10]/@Name

 Result:
 /BPD[1]/Pool[2]/Lane[1]/@Name – Lane-0


                                                                               April 21-23, 2008
                        Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   20
BPeX: Business Process
eXtensions
• Built from scratch with a clear conceptual model

• Not based on WS-BPEL or XPDL
   – BPeX can be translated to XPDL and BPEL using XSLT

   – BPeX can be extended to integrate XPDL or BPEL features

• It supports all BPMN elements and features

• It has an XML-Schema serialization

• It strengthens BPMN weak connections

• Static analysis and validation

• Constraints / Metrics / Extensions


                                                                        April 21-23, 2008
                 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   21
BPeX: success stories
• Partnership with Euranet (an European business consulting
  company) and Università degli Studi di Bologna (Italy)

• We modeled some real cases taken from several SME

• We started implementing some constraints taken from NIST /
  ISO procedures to aid users modeling processes

• We extended BPeX to support some simple time/cost metrics
  (BPM 2007)

• We successfully added privacy policies to web-based
  processes modeled with BPMN (WOSIS 2008)



                                                                        April 21-23, 2008
                 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   22
BPeX Conceptual Model
                                                      Graphical BPMN model




Graphical BPeX model

                                                                          April 21-23, 2008
                   Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   23
Example Process in BPeX




                                                               April 21-23, 2008
        Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   24
XPDL and BPeX comparison
XPDL
BPeX




                                                                      April 21-23, 2008
               Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   25
Conclusions
                                             XPDL                                 BPeX
Expressive power                More expressive                     Bijective
                                                                    correspondence

Naming convention               Some names different                No differences
Structure of the model          Some relevant differences           Few adjustments due


Native referential integrity    Missing                             Strong


Execution capabilities          No execution allowed                Not yet but planned
Graphical information           Full graphical support              Supported with extensions


Analyses                        Complex queries required            Simple queries




                                                                                April 21-23, 2008
                         Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   26
Summary

• Introduction to BPMN, BPEL, XPDL

• Our proposal BPeX

• Analysis of the XPDL weak points using a
  practical example

• How BPeX can aid to overcome these weak
  points

• A comparison between XPDL and BPeX

                                                                    April 21-23, 2008
             Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   27
Questions?
  michele.chinosi@uninsubria.it
  http://bpex.sourceforge.net




                                                              April 21-23, 2008
       Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC   28

Mais conteúdo relacionado

Destaque

Renaissance architecture in italy
Renaissance architecture in italyRenaissance architecture in italy
Renaissance architecture in italyCaryl Jane Veriña
 
Renaissance architecture
Renaissance architectureRenaissance architecture
Renaissance architecturemfresnillo
 
HISTORY: Baroque Architecture
HISTORY: Baroque ArchitectureHISTORY: Baroque Architecture
HISTORY: Baroque ArchitectureArchiEducPH
 
BAROQUE ARCHITECTURE
BAROQUE ARCHITECTUREBAROQUE ARCHITECTURE
BAROQUE ARCHITECTUREShourya Puri
 
Renaissance Architecture
Renaissance ArchitectureRenaissance Architecture
Renaissance Architectureustarkisection6
 
(History of Architecture 2) October 2012 renaissance architecture
(History of Architecture 2) October 2012 renaissance architecture(History of Architecture 2) October 2012 renaissance architecture
(History of Architecture 2) October 2012 renaissance architectureCarla Faner
 

Destaque (7)

Renaissance architecture in italy
Renaissance architecture in italyRenaissance architecture in italy
Renaissance architecture in italy
 
Renaissance architecture
Renaissance architectureRenaissance architecture
Renaissance architecture
 
HISTORY: Baroque Architecture
HISTORY: Baroque ArchitectureHISTORY: Baroque Architecture
HISTORY: Baroque Architecture
 
BAROQUE ARCHITECTURE
BAROQUE ARCHITECTUREBAROQUE ARCHITECTURE
BAROQUE ARCHITECTURE
 
Baroque presentation
Baroque presentationBaroque presentation
Baroque presentation
 
Renaissance Architecture
Renaissance ArchitectureRenaissance Architecture
Renaissance Architecture
 
(History of Architecture 2) October 2012 renaissance architecture
(History of Architecture 2) October 2012 renaissance architecture(History of Architecture 2) October 2012 renaissance architecture
(History of Architecture 2) October 2012 renaissance architecture
 

Semelhante a BPeX: A New Approach to BPMN Model Portability - Updated Version

BPeX: A New Approach to BPMN Model Portability
BPeX: A New Approach to BPMN Model PortabilityBPeX: A New Approach to BPMN Model Portability
BPeX: A New Approach to BPMN Model PortabilityNathaniel Palmer
 
PHX Session #5 : Architecture Without Big Design Up Front (Garibay)
PHX Session #5 : Architecture Without Big Design Up Front (Garibay)PHX Session #5 : Architecture Without Big Design Up Front (Garibay)
PHX Session #5 : Architecture Without Big Design Up Front (Garibay)Steve Lange
 
Representing Business Processes: Conceptual Model and Design Methodology
Representing Business Processes: Conceptual Model and Design MethodologyRepresenting Business Processes: Conceptual Model and Design Methodology
Representing Business Processes: Conceptual Model and Design MethodologyMichele Chinosi
 
Unified Systems Engeneering with GoedelWorks
Unified Systems Engeneering with GoedelWorksUnified Systems Engeneering with GoedelWorks
Unified Systems Engeneering with GoedelWorksEric Verhulst
 
Architecting a Business Process Environment
Architecting a Business Process EnvironmentArchitecting a Business Process Environment
Architecting a Business Process EnvironmentSandy Kemsley
 
Customer Data Integration Architecture Gudelinbes
Customer Data Integration Architecture GudelinbesCustomer Data Integration Architecture Gudelinbes
Customer Data Integration Architecture GudelinbesNandeep Nagarkar
 
SAF 2008 - Analysis and Architecture
SAF 2008 - Analysis  and ArchitectureSAF 2008 - Analysis  and Architecture
SAF 2008 - Analysis and Architecturemhessinger
 
JavaBeer_Clean architecture_update.v2.pptx
JavaBeer_Clean architecture_update.v2.pptxJavaBeer_Clean architecture_update.v2.pptx
JavaBeer_Clean architecture_update.v2.pptxssuser78ac77
 
Writing Effective Use Cases
 Writing Effective Use Cases Writing Effective Use Cases
Writing Effective Use CasesHarsh Jegadeesan
 
Emergent architecture- a casestudy TREDS
Emergent architecture- a casestudy TREDSEmergent architecture- a casestudy TREDS
Emergent architecture- a casestudy TREDSSyed Rayhan
 
Entity Framework v1 and v2
Entity Framework v1 and v2Entity Framework v1 and v2
Entity Framework v1 and v2Eric Nelson
 
Interoperability in the Model Accelerated Society
Interoperability in the Model Accelerated SocietyInteroperability in the Model Accelerated Society
Interoperability in the Model Accelerated SocietyJan Goossenaerts
 
Trip report for UX coctailhour amsterdam
Trip report for UX coctailhour amsterdamTrip report for UX coctailhour amsterdam
Trip report for UX coctailhour amsterdamdkaremaker
 
Thoughts On Architecting V4 2
Thoughts On Architecting V4 2Thoughts On Architecting V4 2
Thoughts On Architecting V4 2bmercer
 
Using Capability Modeling to Facilitate SOA Adoption
Using Capability Modeling to Facilitate SOA AdoptionUsing Capability Modeling to Facilitate SOA Adoption
Using Capability Modeling to Facilitate SOA AdoptionNathaniel Palmer
 
Mdm Is Not Enough, Semantic Enterprise Is
Mdm Is Not Enough, Semantic Enterprise IsMdm Is Not Enough, Semantic Enterprise Is
Mdm Is Not Enough, Semantic Enterprise IsSemyon Axelrod
 
Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0iasaglobal
 
Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0iasaglobal
 

Semelhante a BPeX: A New Approach to BPMN Model Portability - Updated Version (20)

BPeX: A New Approach to BPMN Model Portability
BPeX: A New Approach to BPMN Model PortabilityBPeX: A New Approach to BPMN Model Portability
BPeX: A New Approach to BPMN Model Portability
 
PHX Session #5 : Architecture Without Big Design Up Front (Garibay)
PHX Session #5 : Architecture Without Big Design Up Front (Garibay)PHX Session #5 : Architecture Without Big Design Up Front (Garibay)
PHX Session #5 : Architecture Without Big Design Up Front (Garibay)
 
Representing Business Processes: Conceptual Model and Design Methodology
Representing Business Processes: Conceptual Model and Design MethodologyRepresenting Business Processes: Conceptual Model and Design Methodology
Representing Business Processes: Conceptual Model and Design Methodology
 
Unified Systems Engeneering with GoedelWorks
Unified Systems Engeneering with GoedelWorksUnified Systems Engeneering with GoedelWorks
Unified Systems Engeneering with GoedelWorks
 
Architecting a Business Process Environment
Architecting a Business Process EnvironmentArchitecting a Business Process Environment
Architecting a Business Process Environment
 
Customer Data Integration Architecture Gudelinbes
Customer Data Integration Architecture GudelinbesCustomer Data Integration Architecture Gudelinbes
Customer Data Integration Architecture Gudelinbes
 
SAF 2008 - Analysis and Architecture
SAF 2008 - Analysis  and ArchitectureSAF 2008 - Analysis  and Architecture
SAF 2008 - Analysis and Architecture
 
JavaBeer_Clean architecture_update.v2.pptx
JavaBeer_Clean architecture_update.v2.pptxJavaBeer_Clean architecture_update.v2.pptx
JavaBeer_Clean architecture_update.v2.pptx
 
Writing Effective Use Cases
 Writing Effective Use Cases Writing Effective Use Cases
Writing Effective Use Cases
 
Emergent architecture- a casestudy TREDS
Emergent architecture- a casestudy TREDSEmergent architecture- a casestudy TREDS
Emergent architecture- a casestudy TREDS
 
Een andere kijk op Microservices
Een andere kijk op MicroservicesEen andere kijk op Microservices
Een andere kijk op Microservices
 
Entity Framework v1 and v2
Entity Framework v1 and v2Entity Framework v1 and v2
Entity Framework v1 and v2
 
Interoperability in the Model Accelerated Society
Interoperability in the Model Accelerated SocietyInteroperability in the Model Accelerated Society
Interoperability in the Model Accelerated Society
 
Trip report for UX coctailhour amsterdam
Trip report for UX coctailhour amsterdamTrip report for UX coctailhour amsterdam
Trip report for UX coctailhour amsterdam
 
[0201699613]visual modeling with rational rose 2000 and uml
[0201699613]visual modeling with rational rose 2000 and uml[0201699613]visual modeling with rational rose 2000 and uml
[0201699613]visual modeling with rational rose 2000 and uml
 
Thoughts On Architecting V4 2
Thoughts On Architecting V4 2Thoughts On Architecting V4 2
Thoughts On Architecting V4 2
 
Using Capability Modeling to Facilitate SOA Adoption
Using Capability Modeling to Facilitate SOA AdoptionUsing Capability Modeling to Facilitate SOA Adoption
Using Capability Modeling to Facilitate SOA Adoption
 
Mdm Is Not Enough, Semantic Enterprise Is
Mdm Is Not Enough, Semantic Enterprise IsMdm Is Not Enough, Semantic Enterprise Is
Mdm Is Not Enough, Semantic Enterprise Is
 
Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0
 
Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0Adam boczek 2015 agile architecture in 10 steps v1.0
Adam boczek 2015 agile architecture in 10 steps v1.0
 

Mais de Michele Chinosi

Babbo Natale va in vacanza?
Babbo Natale va in vacanza?Babbo Natale va in vacanza?
Babbo Natale va in vacanza?Michele Chinosi
 
BPMN Usage Survey: Tables
BPMN Usage Survey: TablesBPMN Usage Survey: Tables
BPMN Usage Survey: TablesMichele Chinosi
 
BPMN Usage Survey: Results
BPMN Usage Survey: ResultsBPMN Usage Survey: Results
BPMN Usage Survey: ResultsMichele Chinosi
 
Why To Consider BPMN 2.0
Why To Consider BPMN 2.0Why To Consider BPMN 2.0
Why To Consider BPMN 2.0Michele Chinosi
 
Workflow Modeling in EU GENESIS Project
Workflow Modeling in EU GENESIS ProjectWorkflow Modeling in EU GENESIS Project
Workflow Modeling in EU GENESIS ProjectMichele Chinosi
 
Modeling and Validating BPMN Diagrams
Modeling and Validating BPMN DiagramsModeling and Validating BPMN Diagrams
Modeling and Validating BPMN DiagramsMichele Chinosi
 
Modeling Requirements for the Management of Electronic Records
Modeling Requirements for the Management of Electronic RecordsModeling Requirements for the Management of Electronic Records
Modeling Requirements for the Management of Electronic RecordsMichele Chinosi
 
Spim Mips Simulator 08 02
Spim Mips Simulator 08 02Spim Mips Simulator 08 02
Spim Mips Simulator 08 02Michele Chinosi
 
Integrating Privacy Policies into Business Processes
Integrating Privacy Policies into Business ProcessesIntegrating Privacy Policies into Business Processes
Integrating Privacy Policies into Business ProcessesMichele Chinosi
 
Novelle: A collaborative open source writing tool software
Novelle: A collaborative open source writing tool softwareNovelle: A collaborative open source writing tool software
Novelle: A collaborative open source writing tool softwareMichele Chinosi
 

Mais de Michele Chinosi (11)

Babbo Natale va in vacanza?
Babbo Natale va in vacanza?Babbo Natale va in vacanza?
Babbo Natale va in vacanza?
 
BPMN Usage Survey: Tables
BPMN Usage Survey: TablesBPMN Usage Survey: Tables
BPMN Usage Survey: Tables
 
BPMN Usage Survey: Results
BPMN Usage Survey: ResultsBPMN Usage Survey: Results
BPMN Usage Survey: Results
 
Why To Consider BPMN 2.0
Why To Consider BPMN 2.0Why To Consider BPMN 2.0
Why To Consider BPMN 2.0
 
Workflow Modeling in EU GENESIS Project
Workflow Modeling in EU GENESIS ProjectWorkflow Modeling in EU GENESIS Project
Workflow Modeling in EU GENESIS Project
 
Modeling and Validating BPMN Diagrams
Modeling and Validating BPMN DiagramsModeling and Validating BPMN Diagrams
Modeling and Validating BPMN Diagrams
 
Modeling Requirements for the Management of Electronic Records
Modeling Requirements for the Management of Electronic RecordsModeling Requirements for the Management of Electronic Records
Modeling Requirements for the Management of Electronic Records
 
Spim Mips Simulator 08 02
Spim Mips Simulator 08 02Spim Mips Simulator 08 02
Spim Mips Simulator 08 02
 
Spim Mips Simulator
Spim Mips SimulatorSpim Mips Simulator
Spim Mips Simulator
 
Integrating Privacy Policies into Business Processes
Integrating Privacy Policies into Business ProcessesIntegrating Privacy Policies into Business Processes
Integrating Privacy Policies into Business Processes
 
Novelle: A collaborative open source writing tool software
Novelle: A collaborative open source writing tool softwareNovelle: A collaborative open source writing tool software
Novelle: A collaborative open source writing tool software
 

Último

Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communicationskarancommunications
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsP&CO
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Centuryrwgiffor
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒anilsa9823
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...Paul Menig
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxAndy Lambert
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear RegressionRavindra Nath Shukla
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangaloreamitlee9823
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...anilsa9823
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Roland Driesen
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...rajveerescorts2022
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Serviceritikaroy0888
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756dollysharma2066
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLSeo
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...amitlee9823
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableDipal Arora
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityEric T. Tung
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfAdmir Softic
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Dipal Arora
 

Último (20)

Pharma Works Profile of Karan Communications
Pharma Works Profile of Karan CommunicationsPharma Works Profile of Karan Communications
Pharma Works Profile of Karan Communications
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Famous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st CenturyFamous Olympic Siblings from the 21st Century
Famous Olympic Siblings from the 21st Century
 
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒VIP Call Girls In Saharaganj ( Lucknow  ) 🔝 8923113531 🔝  Cash Payment (COD) 👒
VIP Call Girls In Saharaganj ( Lucknow ) 🔝 8923113531 🔝 Cash Payment (COD) 👒
 
7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...7.pdf This presentation captures many uses and the significance of the number...
7.pdf This presentation captures many uses and the significance of the number...
 
Monthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptxMonthly Social Media Update April 2024 pptx.pptx
Monthly Social Media Update April 2024 pptx.pptx
 
Regression analysis: Simple Linear Regression Multiple Linear Regression
Regression analysis:  Simple Linear Regression Multiple Linear RegressionRegression analysis:  Simple Linear Regression Multiple Linear Regression
Regression analysis: Simple Linear Regression Multiple Linear Regression
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
Lucknow 💋 Escorts in Lucknow - 450+ Call Girl Cash Payment 8923113531 Neha Th...
 
Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...Ensure the security of your HCL environment by applying the Zero Trust princi...
Ensure the security of your HCL environment by applying the Zero Trust princi...
 
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabiunwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
unwanted pregnancy Kit [+918133066128] Abortion Pills IN Dubai UAE Abudhabi
 
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
👉Chandigarh Call Girls 👉9878799926👉Just Call👉Chandigarh Call Girl In Chandiga...
 
Call Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine ServiceCall Girls In Panjim North Goa 9971646499 Genuine Service
Call Girls In Panjim North Goa 9971646499 Genuine Service
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRLMONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
MONA 98765-12871 CALL GIRLS IN LUDHIANA LUDHIANA CALL GIRL
 
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
Call Girls Electronic City Just Call 👗 7737669865 👗 Top Class Call Girl Servi...
 
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service AvailableCall Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
Call Girls Pune Just Call 9907093804 Top Class Call Girl Service Available
 
How to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League CityHow to Get Started in Social Media for Art League City
How to Get Started in Social Media for Art League City
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
Call Girls Navi Mumbai Just Call 9907093804 Top Class Call Girl Service Avail...
 

BPeX: A New Approach to BPMN Model Portability - Updated Version

  • 1. Welcome  Michele Chinosi University of Insubria – Varese (Italy) BPeX: A New Approach to BPMN Model Portability
  • 2. Agenda • Brief introduction to BPMN, WS-BPEL, XPDL • BPeX: a new modeling approach • A view of XPDL “weaknesses” • How BPeX can aid to overcome these weak points • A comparison between XPDL and BPeX April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 2
  • 3. A Brief Introduction • BPMN (Business Process Modeling Notation), developed by BPMI and adopted as standard by OMG (2006, BPMN 1.0 – 2008, BPMN 1.1) • WS-BPEL (Web Services – Business Process Execution Language), developed by BEA, IBM & Microsoft, adopted by OASIS as standard. Version 2.0 (2007). • XPDL (XML Process Definition Language), developed by WfMC. (2005, XPDL 2.0 – 2008, XPDL 2.1). April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 3
  • 4. A Brief Introduction • BPMN is a graphical notation to model (represent) business processes. – Standard for the look of a process • WS-BPEL is an “execution language” – definition of web services orchestration – independent from BPMN • XPDL stores and exchanges the process diagrams – process design format – extended to support BPMN April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 4
  • 5. BPeX: Business Process eXtensions The BPMN-XPDL-BPEL value chain From Keith Swenson blog “Go Flow”, posted May 26, 2006 April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 5
  • 6. BPeX: Business Process eXtensions April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 6
  • 7. A Comparison Between WS-BPEL and XPDL WS-BPEL XPDL Expressive power Less expressive More expressive Naming convention Completely different Some names different Structure of the model Completely different Some relevant differences Native referential integrity Partially Missing Execution capabilities Full support No execution allowed Graphical information Not at all Full graphical support Validation / Analysis Complex queries Complex queries April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 7
  • 8. Some XPDL Weaknesses in Details • Elements renaming • Complex conceptual model • Lack of a native referential integrity • Complex queries April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 8
  • 9. Elements Renaming XPDL 2.0: •comes 1 year before OMG published BPMN specification •supports all the elements provided by BPMN specification •maintains the possibility to describe more generic workflow diagrams •avoid redundancy and duplicates BPMN XPDL Process WorkflowProcess SequenceFlow Transition SubProcess SubFlow Gateway Route / Join / Split / … April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 9
  • 10. A Complex Conceptual Model • We analyzed the XML serialization provided with the example inside the XPDL specification • We depicted a more high-level graphical conceptual model of the XML tree • We compared the model with the Business Process Diagram April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 10
  • 11. An Example Process This process is taken from XPDL specification [Document nr. WFMC-TC-1025, Section 8.1, pp. 109-127] and modeled using BPMN April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 11
  • 12. A Complex Conceptual Model April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 12
  • 13. A Complex Conceptual Model • XPDL was not originally developed to represent natively BPMN diagrams • XPDL has to maintain a backward compatibility with its previous version – Old names, old structure, old relationships This introduces: – more complexity – some misunderstandings – fragmentation of information April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 13
  • 14. A Complex Conceptual Model BPMN XPDL Processes are children of Pools Pools are defined separately from elements WorkflowProcesses, referencing them through relationships Tasks are specifications of Activity Tasks are children of an elements Implementation element, descendant of an Activity block which belongs to a unique Activities element Events are directly referenced from Events are children of an Activity a Lane element element One Gateway is defined within a The Route element is defined as Lane child of an Activity April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 14
  • 15. Lack of Native Referential Integrity Constraints • All the elements do not have a unique ID • ID and IDRef are of type xsd:NMTOKEN • More than one element have the same ID • BPMN specification requires the ID field to be “a unique Id that identifies the object from other objects within the Diagram” April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 15
  • 16. Lack of Native Referential Integrity Constraints April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 16
  • 17. Lack of Native Referential Integrity Constraints • IDREFs are of type xsd:NMTOKEN • It is possible to set as IDREF value a non- existent ID • There is the need of a software tool to check the correctness of the values • XPDL specification state that “The Process attribute defines the Process that is contained within the Pool” April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 17
  • 18. Lack of Native Referential Integrity Constraints April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 18
  • 19. BPeX: Business Process eXtensions • ID and IDREF are defined as of types xsd:ID and xsd:IDREF • We add xsd:KEY and xsd:KEYREF to enforce constraints – We can assure that a Start Event of type Message will have all and only the attributes provided by BPMN specification • We can statically validate the model without using software tools April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 19
  • 20. Complex Queries Which Lane does the Task with Id=10 belong to? With XPDL for $x in (//Activity[@Id=10]), $y in (//Pool[@Process = //$x/ancestor::WorkflowProcess[1]/@Id]//Lane/@Name) return $y Result: /Package[1]/Pools[1]/Pool[2]/Lanes[1]/Lane[1]/@Name - Lane-0 With BPeX //Lane[//Task/@Id=10]/@Name Result: /BPD[1]/Pool[2]/Lane[1]/@Name – Lane-0 April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 20
  • 21. BPeX: Business Process eXtensions • Built from scratch with a clear conceptual model • Not based on WS-BPEL or XPDL – BPeX can be translated to XPDL and BPEL using XSLT – BPeX can be extended to integrate XPDL or BPEL features • It supports all BPMN elements and features • It has an XML-Schema serialization • It strengthens BPMN weak connections • Static analysis and validation • Constraints / Metrics / Extensions April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 21
  • 22. BPeX: success stories • Partnership with Euranet (an European business consulting company) and Università degli Studi di Bologna (Italy) • We modeled some real cases taken from several SME • We started implementing some constraints taken from NIST / ISO procedures to aid users modeling processes • We extended BPeX to support some simple time/cost metrics (BPM 2007) • We successfully added privacy policies to web-based processes modeled with BPMN (WOSIS 2008) April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 22
  • 23. BPeX Conceptual Model Graphical BPMN model Graphical BPeX model April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 23
  • 24. Example Process in BPeX April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 24
  • 25. XPDL and BPeX comparison XPDL BPeX April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 25
  • 26. Conclusions XPDL BPeX Expressive power More expressive Bijective correspondence Naming convention Some names different No differences Structure of the model Some relevant differences Few adjustments due Native referential integrity Missing Strong Execution capabilities No execution allowed Not yet but planned Graphical information Full graphical support Supported with extensions Analyses Complex queries required Simple queries April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 26
  • 27. Summary • Introduction to BPMN, BPEL, XPDL • Our proposal BPeX • Analysis of the XPDL weak points using a practical example • How BPeX can aid to overcome these weak points • A comparison between XPDL and BPeX April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 27
  • 28. Questions? michele.chinosi@uninsubria.it http://bpex.sourceforge.net April 21-23, 2008 Michele Chinosi - Architecture & Process - 2008 Renaissance Washington, DC 28