Usage of Business Process Choreography



Similar documents
BPMN Fundamentals. BPMI Meeting #12. London, United Kingdom May 13-14, Stephen A. White, IBM Notation Working Group Chair

Business Process Modelling Languages

Business Process Standards and Modeling

Business Process Modeling and Standardization

Policy Driven Practices for SOA

Business-Driven Software Engineering Lecture 3 Foundations of Processes

Introduction to UDDI: Important Features and Functional Concepts

Dr. Jana Koehler IBM Zurich Research Laboratory

Applying 4+1 View Architecture with UML 2. White Paper

A Transactional Metamodel For Business Process Modeling With Support To Business Process Patterns

Business Process Redesign and Modelling

SOA Enabled Workflow Modernization

A process model is a description of a process. Process models are often associated with business processes.

ebxml Glossary Technical Architecture Team Version 0.99

An Automated Workflow System Geared Towards Consumer Goods and Services Companies

Principles and Foundations of Web Services: An Holistic View (Technologies, Business Drivers, Models, Architectures and Standards)

eb Service Oriented Architecture Catalog of Patterns

Getting Started with Service- Oriented Architecture (SOA) Terminology

Business Process Execution Language for Web Services

Composing Services in SOA: Workflow Design, Usage and Patterns

Process Modelling Notations

The Way to SOA Concept, Architectural Components and Organization

Service-Oriented Architecture and its Implications for Software Life Cycle Activities

Business Process Modeling Notation Specification

Contents. Introduction and System Engineering 1. Introduction 2. Software Process and Methodology 16. System Engineering 53

Go beyond 95: learn Business Process Management (BPM)! Razvan Radulian, MBA Independent Consultant/Coach Why-What-How Consulting, LLC

Introduction into Web Services (WS)

Jamcracker Web Services. David Orchard Standards Architect

Model Driven and Service Oriented Enterprise Integration---The Method, Framework and Platform

Building Semantic Content Management Framework

Service Oriented Architecture

UN/CEFACT S Modeling Methodology (UMM): A UML Profile for B2B e-commerce

4. Concepts and Technologies for B2C, B2E, and B2B Transaction

Exporting from WebSphere Business Modeler Unit 23

Scope. Cognescent SBI Semantic Business Intelligence

Introduction to Service-Oriented Architecture for Business Analysts

Interactions of Business Processes. from Orchestrations to Choreographies

Standards Required to Support XML-Based B2B Integration

Introduction to Service Oriented Architectures (SOA)

NIST s Guide to Secure Web Services

Quick Guide Business Process Modeling Notation (BPMN)

Christoph Bussler. B2B Integration. Concepts and Architecture. With 165 Figures and 4 Tables. IIIBibliothek. Springer

Clarifying a vision on certification of MDA tools

From Business World to Software World: Deriving Class Diagrams from Business Process Models

Software Development in the Large!

Semantic Business Process Management Lectuer 1 - Introduction

Software Development Methodologies

The BCA Contract Management System

Enterprise Application Integration (Middleware)

Chapter 6 Registering and Discovering. Web Serv vices: Web services

A Categorization of Collaborative Business Process Modeling Techniques

Business Process Management (BPM)

Designing a Semantic Repository

Software Architecture Document

Model Transformations and Code Generation

REGULATIONS FOR THE DEGREE OF BACHELOR OF SCIENCE IN INFORMATION MANAGEMENT (BSc[IM])

Open Source egovernment Reference Architecture Osera.modeldriven.org. Copyright 2006 Data Access Technologies, Inc. Slide 1

System modeling. Budapest University of Technology and Economics Department of Measurement and Information Systems

What is Enterprise Architect? Enterprise Architect is a visual platform for designing and constructing software systems, for business process

Questions? Assignment. Techniques for Gathering Requirements. Gathering and Analysing Requirements

The OMG Business Process Related Standards

OMG ARAP --The MDA Approach to to a Finance Web Service

Web Services - Consultant s View. From IT Stategy to IT Architecture. Agenda. Introduction

Ontological Identification of Patterns for Choreographing Business Workflow

SOA for Healthcare: Promises and Pitfalls

Business Process Management

Service-Oriented Architectures

Business Process Modelling Notation A tutorial

Chap 1. Introduction to Software Architecture

Koen Aers JBoss, a division of Red Hat jbpm GPD Lead

Run-time Service Oriented Architecture (SOA) V 0.1

Microsoft SOA Roadmap

Modeling Business Processes for SOA: Designing the Service Oriented Enterprise

Introduction to BPMN

Knowledgent White Paper Series. Developing an MDM Strategy WHITE PAPER. Key Components for Success

The OMG BPM Standards

Multi-Paradigm Process Management

Information Management Metamodel

EAI OVERVIEW OF ENTERPRISE APPLICATION INTEGRATION CONCEPTS AND ARCHITECTURES. Enterprise Application Integration. Peter R. Egli INDIGOO.

Di 6.1a. Warum naive SOA scheitert Ein Erfahrungsbericht. Adam Bien. January 26-30, 2009, Munich, Germany ICM - International Congress Centre Munich

edocumentus Solutions IBM maximo DMS for MAXIMO

Service Oriented Architectures Using DoDAF1

Distributed systems. Distributed Systems Architectures

Analysis and Design with UML

Use Cases. Massimo Felici. Massimo Felici Use Cases c

OpenCCM: The Open CORBA Components Platform

A BIAN Building Block Service Repository and Registry

Acknowledgments. p. 55

CST6445: Web Services Development with Java and XML Lesson 1 Introduction To Web Services Skilltop Technology Limited. All rights reserved.

How To Write A Microsoft.Net Event Management System (Mnet)

Transcription:

Usage of Business Process Choreography Akira Tanaka, Hitachi, Ltd. tanakaak@soft.hitachi.co.jp Infrastructures and Standard 1

Agenda Introduction Lifecycle! Design phase! Usage phase! Managing phase Remarks Infrastructures and Standard 2

About this talk This talk is about possible usages with XML form of Business Process Choreography.! Before usage discussion, we will consider what it means by standardizing Business Process Choreography in XML, utilizing Web Services within Business Processes.! Focuses are on two kinds of usages, i.e. one in defining, and one in processing Business Process Choreography. Infrastructures and Standard 3

What is Process? Process* : A collection of steps taking place in a prescribed manner and leading to an objective.! A process may have multiple starting points and multiple end points.! The prescribed manner may be a partially ordered sequence.! A process specification can be a workflow specification.! An enterprise specification may define types of processes and may define process templates. * from ITU-T Rec. X 911 ISO/IEC 15414 RM-ODP Enterprise Language Infrastructures and Standard 4

What is Business Process and Choreography? Business Process: A collection of business steps taking place in a prescribed manner and leading to business objective, where all the terms used to describe business process are independent of specific technologies. (my definition) Choreography: The sequence of steps and movements in dance, especially ballet. (by The Concise Oxford Dictionary) Infrastructures and Standard 5

Business Process Choreography? Business Process constructed from Choreography of Web Services, or Web Services Choreography to form Business Process (my definition again) Infrastructures and Standard 6

Business Process Modeling in OMG OMG has already developed specification for Business Process modeling, i.e. Business Process Profile in UML Profile for EDOC (Enterprise Distributed Object Computing). The specification defines a UML Profile (extension) to describe Business Process. Infrastructures and Standard 7

Business Process Profile Component Collaboration Architecture! Defines ProcessComponent as composable and de-composable modeling element with ports (interface) and protocol (behaviour) specification Business Process inherits above and defines:! CompoundTask (Process)! Activity (Step)! ProcessRole (Performer, Artifact, ResponsibleParty)! Data Flow and Event! Infrastructures and Standard 8

EDOC Business Process Notations CT C A PR1 B RP AR PR2 Infrastructures and Standard 9

Web Services? How is EDOC Business Process related to Web Services? Business Process Choreography is a kind of EDOC Business Process where:! All the ResponsibleParties are Systems (no human activities included), and! All the Activities are performed locally or using Web Services. Infrastructures and Standard 10

Languages/Notations Some languages/notations in this area:! BPML (BPMI)! BPSS (ebxml)! BPEL4WS! WSCI! WSCL! XPDL (WfMC) etc.! And, any one of above should be able to describe EDOC Business Process (Choreography), because they have rich enough descriptive power. Infrastructures and Standard 11

Semantically Common Vocabularies/ Functions for BP Choreography From EDOC Business Process Profile:! Process! Activity! Port! Event! Exception! Data flow! Flow patterns Infrastructures and Standard 12

BP Choreography Definitions as XML documents All the existing languages are XML based.! Because, XML is currently the most accepted standard for defining/processing structured documents. There are several aspects.! Since they are XML documents, they can be considered as data. " Data should be stored and managed, and may be modified. " Data could be sent as message content. " Data could be combined and/or refined. Infrastructures and Standard 13

Benefits People can understand and communicate with each other regarding business processes, because they are in text form (using XML tools). Systems can process them, because they are well structured (using interpreting software). And, more in the following slides. Infrastructures and Standard 14

BP Choreography Lifecycle Design (Defining) phase! How can I define or construct BP Choreography? Use (Processing or executing) phase! How can I find and make use of BP Choreography? Maintenance or management phase! How can I modify my BP Choreography to keep up with the changing business environment? Infrastructures and Standard 15

Design and Use Defining XML documents is like creating office documents, so you will need:! Editing tools (with/without GUI) or white paper with your pen! Libraries (or fragments of usable XML documents)! Templates (for instantiation)! Composition/Decomposition tools (reuse of existing XML documents), and Basic Control Flow Pattern libraries! Optimization tools Processing of XML documents:! Issues: by whom, from where, when, and how? Infrastructures and Standard 16

BP Choreography Design Requirements or UML diagrams (or EDOC Business Process Diagram) describing a sequence of steps to achieve its business objective Structural consideration Libraries! Template library! Parts library! Control Flow Pattern library! Existing BP Choreography Definitions library Infrastructures and Standard 17

Structural aspects Business Process may be hierarchical.! e.g. business processes defined according to organizational structure Business Process may be recursive.! e.g. to achieve various types of loops Business Process may have association or channel with other Business Processes.! e.g. to provide and/or get information with each others Infrastructures and Standard 18

An example CompoundTask X Task A DataFlow B C Artifact PR1 RP Performer ResponsibleParty D Infrastructures and Standard 19

Re-use Find the suitable & proven BP Choreography data! Meta-data or classification data useful Use it as is or adapt it for your needs Business Process Choreography BPC Library Infrastructures and Standard 20

Template Library Find the suitable & proven BP Choreography template data! Meta-data or classification data useful! Provide information (e.g. parameters) to instantiate the business process choreography to meet your needs Business Process Choreography template BPC Templates Library Infrastructures and Standard 21

Parts or pattern Library Find the suitable & proven BP Choreography parts data! Meta-data or classification data useful! Use parts to create the business process choreography to meet your needs! May require tools Business Process Choreography Parts BPC Parts Library Infrastructures and Standard 22

Composition/Decomposition Composing BP Choreography Decomposing BP Choreography e.g. Sub-Choreography Schema Activity def. Control Pattern Infrastructures and Standard 23

Basic Control Patterns Some example of basic control patterns! Chain (sequencing)! Joining! Dividing " Spawn (parallel execution w/o joining) " Fork (parallel execution w joining)! Nesting! Looping! Conditional Branch Infrastructures and Standard 24

Refine or Optimization Necessary when:! configuration of systems change (including introduction of new sub-systems), or! when two or more choreographies are composed into one (there may be some redundancies or different policies or Remember a term BPR? It is about reengineering (refining, optimizing) business processes. Infrastructures and Standard 25

BP Choreography Usage Dynamic or Runtime Usage (Processing)! Register business process choreography document " to public registry (possibly with BP Language ID)! Discover and instantiate business process choreography document " discovery by enquiry, or " discovery by notification (publish/subscribe) " instantiation with e.g. initial value provision! Drive business process " from central control node " from multiple control nodes (hierarchical) " from each participating node Infrastructures and Standard 26

Registration or Publication Web Services based! Put it on private registry and share them within e.g. the enterprise.! Put it on public registry for search and access Proactive publication! Publicize it to parties and systems via notifications (e.g. email, messaging, and pub/sub notification) Infrastructures and Standard 27

Discovery Enquiry! To private registry! To public registry! To known systems Getting notified! Email! messaging! Pub/Sub notification Infrastructures and Standard 28

Instantiation Based on the following:! Business Process Choreography Data! Business Process Choreography Template! Business Process Choreography Parts! Business Process Choreography Control Pattern Parts Construct complete Business Process Choreography and provide values to make it ready for execution Infrastructures and Standard 29

Processing style A term just for this presentation A target of Technology Mapping in OMG Model Driven Architecture where:! Platform Independent Model = Business Process Choreography/Definition! Platform Specific Model = Models described with specific Processing style with more details (e.g. model for CORBA system or model for.net) Infrastructures and Standard 30

Processing style Central Control (no central reference)! BP Choreography is processed at Central Control system, and Web Services is used to request services provided by each participating systems. Central Reference (no central control)! BP Choreography is placed on central server and is accessed from participating systems. Multiple Copies (no central control)! BP Choreography is copied and placed on every system for execution of each part. Distributed Control (no central control)! BP Choreography itself is communicated among participants for execution of each part. Infrastructures and Standard 31

Central Control Central Control (no central reference)! BP Choreography is processed at Central Control system, and Web Services is used to request services provided by each participating systems.! Like Workflow Engine Engine Node BP Choreography A B C Infrastructures and Standard 32

Central Reference Central Reference (no central control)! BP Choreography is placed on central server and is accessed from participating systems. Central Server BP Choreography A B C Infrastructures and Standard 33

Multiple Copies Multiple Copies (no central control)! BP Choreography is copied and placed on every system for execution of each part. Central Server BP Choreography A BP Choreography B BP Choreography C BP Choreography Infrastructures and Standard 34

Distributed Control Distributed Control (no central control)! BP Choreography itself may be communicated among participants for execution of each part.! Combination of BP Choreography and Distributed Computing framework Infrastructures and Standard 35

Distributed Control A simple B2B example:! Purchase raw material of X! Dependent on the quality of delivered X, purchased material will be divided into two sets and provided to: " Manufacturer XA to produce product A, for X with quality grade >= G " Manufacturer XB to produce product B, for X with quality grade < G! After production is complete, products are shipped to packaging company (the company starts packaging when both products arrives) Infrastructures and Standard 36

Distributed Control XML document BP Monitor A Production X Production Packaging B Production Infrastructures and Standard 37

Distributed Control BP initiator BP terminator Message carrying BP Choreography (XML) document X Producer Message carrying BP Choreography (XML) document The Internet Manufacturer A Manufacturer B Monitoring Packaging Message carrying BP Choreography (XML) document Infrastructures and Standard 38

Distributed Control What s good about this?! Control is distributed (no central authority) therefore every participant can be equally autonomous.! A system executing the next step could be discovered dynamically (with UDDI etc.)! Executing systems can perform their tasks with good understanding of the business context. Trade-offs! Monitor is needed for tracking and initiating compensation actions when necessary.! Requires interpreting software.! May require more security e.g. digital signature. Infrastructures and Standard 39

Managing BP Choreography Data XML document is Data:! May be managed by Web Server and DBMS " Needs security capability " Access control, digital signature, etc.! Updated by Update Transactions " Needs transaction capability " May be a part of Business Process (updating Business Process Choreography Data) Infrastructures and Standard 40

Remarks Once captured as XML document, Business Process Choreography or Web Services Choreography becomes data. Data can be managed centrally or distributed (DBMS). There are two phases regarding data: designing/defining and using/processing Processing of BP XML data should be looked at with processing styles (abstract platforms). Central control is not the only solution. Infrastructures and Standard 41

References UML & UML Profile for EDOC! http://www.omg.org/technology/documents/mode ling_spec_catalog.htm W3C Web Services Choreography WG! http://www.w3.org/2002/ws/chor/ OMG Web Services Workshop 2002 Proceedings Infrastructures and Standard 42

Thank you very much for listening! Any questions or comments? Infrastructures and Standard 43