SlideShare ist ein Scribd-Unternehmen logo
1 von 28
Downloaden Sie, um offline zu lesen
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

Weitere ähnliche Inhalte

Andere mochten auch

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
 

Andere mochten auch (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
 

Ähnlich wie 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
 

Ähnlich wie 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
 
XS Boston 2008 Malware & Training
XS Boston 2008 Malware & TrainingXS Boston 2008 Malware & Training
XS Boston 2008 Malware & Training
 
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
 

Mehr von 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
 

Mehr von 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
 

Kürzlich hochgeladen

1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdfShaun Heinrichs
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environmentelijahj01012
 
WSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdfWSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdfJamesConcepcion7
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingrajputmeenakshi733
 
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...Hector Del Castillo, CPM, CPMM
 
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...Operational Excellence Consulting
 
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxRakhi Bazaar
 
NAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataNAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataExhibitors Data
 
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh JiPsychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh Jiastral oracle
 
Guide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFGuide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFChandresh Chudasama
 
business environment micro environment macro environment.pptx
business environment micro environment macro environment.pptxbusiness environment micro environment macro environment.pptx
business environment micro environment macro environment.pptxShruti Mittal
 
Types of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdfTypes of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdfASGITConsulting
 
Planetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifePlanetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifeBhavana Pujan Kendra
 
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfDanny Diep To
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationAnamaria Contreras
 
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...ssuserf63bd7
 
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdftrending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdfMintel Group
 
Introducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applicationsIntroducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applicationsKnowledgeSeed
 

Kürzlich hochgeladen (20)

1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf1911 Gold Corporate Presentation Apr 2024.pdf
1911 Gold Corporate Presentation Apr 2024.pdf
 
Cyber Security Training in Office Environment
Cyber Security Training in Office EnvironmentCyber Security Training in Office Environment
Cyber Security Training in Office Environment
 
WSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdfWSMM Technology February.March Newsletter_vF.pdf
WSMM Technology February.March Newsletter_vF.pdf
 
digital marketing , introduction of digital marketing
digital marketing , introduction of digital marketingdigital marketing , introduction of digital marketing
digital marketing , introduction of digital marketing
 
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
How Generative AI Is Transforming Your Business | Byond Growth Insights | Apr...
 
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
The McKinsey 7S Framework: A Holistic Approach to Harmonizing All Parts of th...
 
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptxGo for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
Go for Rakhi Bazaar and Pick the Latest Bhaiya Bhabhi Rakhi.pptx
 
NAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors DataNAB Show Exhibitor List 2024 - Exhibitors Data
NAB Show Exhibitor List 2024 - Exhibitors Data
 
WAM Corporate Presentation April 12 2024.pdf
WAM Corporate Presentation April 12 2024.pdfWAM Corporate Presentation April 12 2024.pdf
WAM Corporate Presentation April 12 2024.pdf
 
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh JiPsychic Reading | Spiritual Guidance – Astro Ganesh Ji
Psychic Reading | Spiritual Guidance – Astro Ganesh Ji
 
Guide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDFGuide Complete Set of Residential Architectural Drawings PDF
Guide Complete Set of Residential Architectural Drawings PDF
 
business environment micro environment macro environment.pptx
business environment micro environment macro environment.pptxbusiness environment micro environment macro environment.pptx
business environment micro environment macro environment.pptx
 
Types of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdfTypes of Cyberattacks - ASG I.T. Consulting.pdf
Types of Cyberattacks - ASG I.T. Consulting.pdf
 
Planetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in LifePlanetary and Vedic Yagyas Bring Positive Impacts in Life
Planetary and Vedic Yagyas Bring Positive Impacts in Life
 
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptxThe Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
The Bizz Quiz-E-Summit-E-Cell-IITPatna.pptx
 
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdfGUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
GUIDELINES ON USEFUL FORMS IN FREIGHT FORWARDING (F) Danny Diep Toh MBA.pdf
 
PSCC - Capability Statement Presentation
PSCC - Capability Statement PresentationPSCC - Capability Statement Presentation
PSCC - Capability Statement Presentation
 
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...
Horngren’s Financial & Managerial Accounting, 7th edition by Miller-Nobles so...
 
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdftrending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
trending-flavors-and-ingredients-in-salty-snacks-us-2024_Redacted-V2.pdf
 
Introducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applicationsIntroducing the Analogic framework for business planning applications
Introducing the Analogic framework for business planning applications
 

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