Synchronizing Business and IT Process Views with BPMN

Size: px
Start display at page:

Download "Synchronizing Business and IT Process Views with BPMN"

Transcription

1 Synchronizing Business and IT Process Views with BPMN Hagen Völzer Joint work with Jochen Küster and Cédric Favre 2012 IBM Corporation

2 Introduction: A Business Rule in IBM WODM Uses connection to a repository of business objects (and their attributes) 2 Hagen Völzer

3 Agility through Artifact Separation Business IT Business Rule (Textual Requirement) Implementation of rule (Code) yesterday IT System today Business Rule Rules Engine IT System Advantages: Change- and maintenance friendly Less development effort What you see is what you execute 3 Hagen Völzer

4 When is such an approach successful? Characteristics of (such) business rules: Rules are meaningful to business Can be read/created directly by business in a way that is understood by a dedicated engine Rules change frequently 4 Hagen Völzer

5 Can this be done for other artifacts/aspects as well? Characteristics for rules: Rules are meaningful to business Can be read/created directly by business in a way that is understood by a dedicated engine Rules change frequently Other artifacts: Forms / UI Process / control flow (main business behavior) KPI / monitoring data Business events Data model / information structure / business objects? How successful / realistic is the idea for these artifacts? 5 Hagen Völzer

6 Outline The Business-IT gap problem for process models A solution approach: The Shared Process Model (work in progress) Basic solution design Recorded demo of a prototype Our notion of consistency Discussion 6 Hagen Völzer

7 The Case of Process Models Business Business Model Business Process Model Process Engine IT Model Process Engine Theory IT System IT Practice IT System Disadvantages: Models, being maintained independently, quickly get out of sync (inconsistent) What you see is not what is executed (audit failures, ineffective operations, misinterpreted monitoring data) Not change friendly 7 Hagen Völzer

8 Road Block 1 (yesterday) Example from a bank Different languages and tools on business and IT level BPMN / ARIS BPEL Transformation from Business to IT is possibly automated No bidirectional transformations Inconsistencies quickly occur and cause problems Today: Can use BPMN 2.0 as common language for business and IT

9 Road Block 2: Different Concerns and Levels of Detail Current Practice: Companies use multiple models Is this necessary? Case study [Branco et al., Uni Waterloo] 70 model pairs from a single bank 23 interviews (business and IT) Study differences in model pairs (business IT) Identified change patterns and their frequency Other findings regarding consistency (later) In addition, we talked to other BPM practitioners and architects Business Model IT Model IBM Corporation

10 Business and IT want different models/views (1/2) Business Model IT Model IT model has compared to business model: Complementary implementation detail (data, services, communication) Formalization and renaming (task/event specialization, condition formalization) no alteration of flow Contd. 10 Hagen Völzer

11 Business and IT want different models/views (2/2) Business Model IT Model IT model has compared to business model: Behavioral refinement and refactoring Hierarchical refinement / subsumption Hierarchical refactoring (for maintenance and performance) Added IT tasks Added behavior (e.g. technical exception handling) => Organizations use multiple models of the same process (The difference between them is technically more than just omitting some details ) 11 Hagen Völzer

12 Multiple models get inconsistent Scenario 1: IT Refinement / Implementation IT may change business-relevant aspects, resulting in inconsistency with business view, because: Business view is incomplete (frequently) Business view contains inconsistencies (frequently to occasionally) Business view contradicts some IT requirements, e.g. order of tasks (occasionally) Business view does not anymore faithfully represent the actual business process (rarely) Scenario 2: Business Change Business makes changes to the business view due to new business requirements (Case study: roughly 2 fixes per project per year) Scenario 3: Technical Change New IT requirements cause change of the Technical view E.g. upcoming IT infrastructure changes require changes in executable process models Some changes may affect business-relevant aspects 12

13 Inconsistencies cause problems Shipment delays, business disruptions, audit failures From the case study: E.g. some functionality was deleted inadvertently from IT model because there was no correspondence in the business model IT implementation was outsourced Discovered after process was in production Running instances had to be canceled and recreated E.g. similar scenario but now inconsistency between audit model and running process caused audit issue and a fine 13 Hagen Völzer

14 Outline The Business-IT gap problem for process models A solution approach: The Shared Process Model (work in progress) Basic solution design Recorded demo of a prototype Our notion of consistency Discussion 14 Hagen Völzer

15 Solution: The Shared Process Model Change Business View Check out Check in (private or common) Start Start A1 A2 A3 A C C B Shared Process Model (Process Model E Synchronizer) D B F D D1 End D2 End Check out Check in (private or common) Change IT View Each view can be changed Common changes to one view are propagated to the other view (but not private changes) Links are maintained between model elements to propagate change propagation 2010 IBM Corporation

16 The Shared Process Model Implementation Approach Change Change Business View Check out Check in (private or common) Check out Check in (private or common) IT View Shared Process Model Maintain internally two separate BPMN models and links between their elements Links are created automatically during refinement through refinement patterns and must be maintained Links are used to propagate changes from one side to the other and to check consistency Advantages of this approach: View creation is simple, export BPMN model, which can be consumed by editors and other tools Generalization to more than two views relatively straight-forward 2010 IBM Corporation

17 Correspondence Links Links are 1:1, 1:m, m:1, but could be m:m as well Some elements are not linked (private elements) 17 Hagen Völzer 2010 IBM Corporation

18 Basic Change Propagation Mechanism Create horizontal diff between IT models (generic model comparison) Translate diff from business to IT using links Apply translated diff to business model to obtain new business model Links need to be maintained 18 Hagen Völzer 2010 IBM Corporation

19 Refined Change Propagation Mechanism Each operation of the diff is applied atomically to create a modified business model and to update the links 19 Hagen Völzer 2010 IBM Corporation

20 Recorded Demo 20

21 Outline The Business-IT gap problem for process models A solution approach: The Shared Process Model (work in progress) Basic solution design Recorded demo of a prototype Our notion of consistency Discussion 21 Hagen Völzer

22 Business-IT Consistency What you see (in business view) is what you execute (in IT) Intuition: Links always represent hierarchical refinements/subsumptions Private elements are `between links (not within) In IT, exceptional behavior may be added 22 Hagen Völzer 2010 IBM Corporation

23 Inconsistency Examples 23 Hagen Völzer 2010 IBM Corporation

24 Business-IT Consistency Dedicated hierarchical refinement actions preserve consistency Common changes preserve consistency For private freehand-editing, consistency can be checked upon check-in Consistency can be checked efficiently because it is on the defined directly on the model Consistency Implies that `business behavior is preserved (but not the converse) 24 Hagen Völzer 2010 IBM Corporation

25 Consistency Management Business conform (i.e. meets business requirements = accepted by business analyst) and valid (i.e. accepted by modeling tool) Shared Model IT conform (i.e. meets IT requirements = accepted by IT architect), valid (i.e. accepted by modeling tool), and executable (i.e. accepted by execution engine) Business View / IT View / / Business-IT consistency (= integrity of shared model, i.e., business view reflects the executable model) Change Management on top of Shared Model based on consistency is desirable (future work) 25

26 Conclusion A single process view is often not enough Multiple views quickly go out of sync Multiple views can be kept in sync with the Shared Process Model i.e., through vertical model synchronization 26 Hagen Völzer 2010 IBM Corporation

27 Outlook to Future Work Extensive practical evaluation Alternative implementation for simple scenarios: Extended meta-model Advanced scenarios: Change Management on top of Shared Model One business model corresponds to multiple alternative IT models More than two views 27 Hagen Völzer 2010 IBM Corporation

28 Can this be done for other artifacts/aspects as well? Characteristics for rules: Rules are meaningful to business Can be read/created directly by business in a way that is understood by a dedicated engine Rules change frequently Other artifacts: Forms / UI Process / control flow (main business behavior) KPI / monitoring data Business events Data model / information structure / business objects? How successful / realistic is the idea for these artifacts? 28 Hagen Völzer

29 References M. Castelo Branco, Y. Xiong, K. Czarnecki, J. Küster, H. Völzer: A Case Study on Consistency Management of Business and IT Process Models in Banking. To appear in Software and Systems Modelling J. Küster, H. Völzer, C. Favre, M. Castelo Branco and K.Czarnecki: Supporting Different Process Views through a Shared Process Model. IBM Tech Report RZ 3823 M. Castelo Branco, J. Troya, K.Czarnecki, J. Küster, H. Völzer: Matching Business Process Workflows across Abstraction Levels. MoDELS 2012: C. Favre, Jochen Küster, and Hagen Völzer : The Shared Process Model. BPM Demos Hagen Völzer

THE FUTURE OF PROCESS HAS BEGUN

THE FUTURE OF PROCESS HAS BEGUN THE FUTURE OF PROCESS HAS BEGUN Get There Faster. Millions rely on ARIS when it comes to designing, publishing, analyzing and optimizing their processes. Now, ARIS 9 brings you even more innovations to

More information

Introducing the New BizFlow DELIVERING PRODUCTIVE PROCESSES...FASTER

Introducing the New BizFlow DELIVERING PRODUCTIVE PROCESSES...FASTER Introducing the New BizFlow DELIVERING PRODUCTIVE PROCESSES...FASTER THE COMMON DENOMINATOR Organizations have different products and services. They have different pricing models and channel strategies.

More information

WebSphere for SOA. BPM with SOA: Your Most Potent Weapon to Take on Business Complexity

WebSphere for SOA. BPM with SOA: Your Most Potent Weapon to Take on Business Complexity for SOA BPM with SOA: Your Most Potent Weapon to Take on Business Complexity BPM with SOA: Your Most Potent Weapon to Take on Business Complexity Foundational Extend End-to-End Transform Adapt Dynamically

More information

Business Process Modeling for SOA Prepare for SOA Implementation Dr. Alex Kwok 22 Nov 2004

Business Process Modeling for SOA Prepare for SOA Implementation Dr. Alex Kwok 22 Nov 2004 IBM Software Group Business Process Modeling for SOA Prepare for SOA Implementation Dr. Alex Kwok 22 Nov 2004 Business World Orchestration and Choreography Orchestration An executable business process

More information

Developer-Friendly Business Process Management

Developer-Friendly Business Process Management Developer-Friendly Business Process Management May 2014 Kemsley Design Ltd. www.kemsleydesign.com www.column2.com Overview Many BPM experts today will tell you that the key to business agility is business-led,

More information

<Insert Picture Here> Oracle Business Process Analysis Suite: Overview & Product Strategy

<Insert Picture Here> Oracle Business Process Analysis Suite: Overview & Product Strategy Oracle Business Process Analysis Suite: Overview & Product Strategy Devesh Sharma Dec, 2006 Oracle BPA/BPM Product Management Agenda 1 2 3 4 5 Need for Business Process Management

More information

Business Process Modeling Information Systems in Industry ( )

Business Process Modeling Information Systems in Industry ( ) Business Process Modeling Information Systems in Industry (372-1-4207 ) Arnon Sturm The material of this presentation is adopted from various people including:, Pnina Soffer, Iris Reinhartz-Berger 1 Outline

More information

Business Process Modeling

Business Process Modeling Software Services for WebSphere Updated June 15, 2005 Agenda Software Services for WebSphere Business Process Management (BPM) Understand the BPM Lifecycle Overview Why is important? What is a Business

More information

BIAN with BPS Design Methodology

BIAN with BPS Design Methodology IBM Industry Models Development BIAN with BPS Design Methodology SOA Industry Models v.8.8 IBM Industry Models 4-13-2016 Table of Contents BIAN with BPS Design Methodology...2 1.1 BIAN...2 1.1.1 BIAN Service

More information

Open source supply chain planning software. Introduction for supply planners

Open source supply chain planning software. Introduction for supply planners Open source supply chain planning software Introduction for supply planners Agenda Supply planning workflow Initial plan generation Plan review, adjustment and approval Export to ERP system A day in the

More information

Guaranteed Value Projects in Legacy Modernization. Michael Oara VP for R&D Relativity Technologies, Inc.

Guaranteed Value Projects in Legacy Modernization. Michael Oara VP for R&D Relativity Technologies, Inc. Guaranteed Value Projects in Legacy Modernization Michael Oara VP for R&D Relativity Technologies, Inc. Business Problem Mainframe Applications Key Attributes Millions of lines of code, poorly documented

More information

A MODEL BASED SYSTEMS ENGINEERING PROCESSES DEPLOYMENT FRAMEWORK

A MODEL BASED SYSTEMS ENGINEERING PROCESSES DEPLOYMENT FRAMEWORK A MODEL BASED SYSTEMS ENGINEERING PROCESSES DEPLOYMENT FRAMEWORK Clémentine Cornu, Bernard Chiavassa Eurocopter, ETZP, Aéroport International Marseille Provence 13725 Marignane Cedex France {Clementine.Cornu,

More information

Business Process Modeling for Supply Chain Transformation

Business Process Modeling for Supply Chain Transformation Business Process Modeling for Supply Chain Transformation Neha Jain, CPIM Janice Gullo, CFPIM, CSCP Neha Jain Neha Jain is a Business Process Consultant in DuPont. Her responsibilities include process

More information

Business Process Management enabled by SOA. David Keyes WebSphere Business Unit Executive Asia Pacific

Business Process Management enabled by SOA. David Keyes WebSphere Business Unit Executive Asia Pacific Business Process Management enabled by SOA David Keyes WebSphere Business Unit Executive Asia Pacific Companies Are Facing Critical Challenges Cost Flat budgets and increased competition means reducing

More information

Hyperion Financial Management Course Details

Hyperion Financial Management Course Details Hyperion Financial Management Course Details By Besant Technologies Course Name Category Venue Hyperion Financial Management Oracle Fusion Middleware Besant Technologies No.24, Nagendra Nagar, Velachery

More information

Methodological approaches based on business rules

Methodological approaches based on business rules Revista Informatica Economică nr.3(47)/2008 23 Methodological approaches based on business rules Anca Ioana ANDREESCU, Adina UŢĂ Academy of Economic Studies, Bucharest, România Business rules and business

More information

Automated Test Design as an Improvement to TDD and BDD for Agile Testing

Automated Test Design as an Improvement to TDD and BDD for Agile Testing A Conformiq White Paper Automated Test Design as an Improvement to TDD and BDD for Agile Testing Abstract There are multiple processes that have been and are being proposed for making functional test design

More information

Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1

Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1 Failure Rate Darshan Institute of Engineering & Technology for Diploma Studies Rajkot Unit-1 SOFTWARE (What is Software? Explain characteristics of Software. OR How the software product is differing than

More information

IN COMPLEX PROCESS APPLICATION DEVELOPMENT

IN COMPLEX PROCESS APPLICATION DEVELOPMENT BUSINESS-IT ALIGNMENT IN COMPLEX PROCESS APPLICATION DEVELOPMENT TABLE OF CONTENTS 1 Introduction 2 Model-driven development in BPMS: myth and reality 3 From disparate to aligned models 4 Model traceability

More information

Business Process Management with JRULE

Business Process Management with JRULE Business Process Management with JRULE Applies to: Exchange Infrastructure, Business Process Management Summary JRule is a Business Rule Management offering from ILog that can be used to create business

More information

An Introduction to Business Process Management: What Is It? Why Should You Care?

An Introduction to Business Process Management: What Is It? Why Should You Care? An Introduction to Business Process Management: What Is It? Why Should You Care? David Gómez, Jr., MBA Worldwide ACM Technical Professional Leader IBM, Software Group 1 March 2011 Session Number TBD Agenda

More information

A Detailed Analysis of Enterprise Architecture, Process Modeling, and Simulation Tools

A Detailed Analysis of Enterprise Architecture, Process Modeling, and Simulation Tools A Detailed Analysis of Enterprise, Process Modeling, and Simulation Tools 1. Product Overview This section considers in some detail the organization and features of the modeling tools included in this

More information

From Process Analysis to Employee Job Aids

From Process Analysis to Employee Job Aids Jim Boots and Paul Harmon Like many corporations, Chevron began a broad-based process journey in the 1980 s when several of its divisions launched Total Quality Management (TQM) programs. In the Nineties,

More information

Smart SOA in Action. Service-Oriented Architecture (SOA) for Business Process Management. IBM Software Group

Smart SOA in Action. Service-Oriented Architecture (SOA) for Business Process Management. IBM Software Group Smart SOA in Action Service-Oriented Architecture (SOA) for Business Process Management Simon Chan SOA Architect hychan@hk1.ibm.com Agenda IBM Software Group The Role Business Processes Play in an SOA

More information

Analyze, Design, and Develop Applications

Analyze, Design, and Develop Applications Analyze, Design, and Develop Applications On Demand Insurance Problems 1. We lose customers because we process new policy applications too slowly. 2. Our claims processing is time-consuming and inefficient.

More information

Oracle BPM Release New Features

Oracle BPM Release New Features Oracle BPM 11.1.1.7 Release New Features Oracle BPM enables business users to take control and drive improvements to their processes. This document discusses how the new features introduced in Oracle BPM

More information

ABHELSINKI UNIVERSITY OF TECHNOLOGY

ABHELSINKI UNIVERSITY OF TECHNOLOGY T 76.3601 Introduction to Software Engineering Software Life-Cycle Models http://www.soberit.hut.fi/t-76.3601/ Casper.Lassenius@tkk.fi Software Engineering? 1. The application of a systematic, disciplined,

More information

Websphere - Smarter Software For A Smarter Planet. Respond Quickly To Changing Business Process Management Demands

Websphere - Smarter Software For A Smarter Planet. Respond Quickly To Changing Business Process Management Demands Websphere - Smarter Software For A Smarter Planet Respond Quickly To Changing Business Process Management Demands Business Needs To Act Fast We need a process to resolve our credit card business s billing

More information

EDIConnect. A Complete Solution for Accurate and Efficient Bi-Directional Electronic Data Interchange Astera Software

EDIConnect. A Complete Solution for Accurate and Efficient Bi-Directional Electronic Data Interchange Astera Software EDIConnect A Complete Solution for Accurate and Efficient Bi-Directional Electronic Data Interchange EDIConnect Electronic data interchange (EDI) automates the exchange of business documents from different

More information

Chap 1 : Business Process Management & IT

Chap 1 : Business Process Management & IT Business Process Management: The primary benefit of using technology for BPM are (i) the effectiveness gains for enterprises through the automated coordination of activities; (ii) distribution of tasks

More information

10 REASONS FOR ARIS. ARIS Product Marketing July Software AG. All rights reserved.

10 REASONS FOR ARIS. ARIS Product Marketing July Software AG. All rights reserved. 10 REASONS FOR ARIS ARIS Product Marketing July 2017 2 10 REASONS FOR ARIS 1 2 3 4 5 6 7 8 9 10 User Experience Social Collaboration Customer Experience Management Mobility & Cloud Internet of Things (IoT)

More information

DYNAMIC CATENATION AND EXECUTION OF CROSS ORGANISATIONAL BUSINESS PROCESSES THE JCPEX! APPROACH

DYNAMIC CATENATION AND EXECUTION OF CROSS ORGANISATIONAL BUSINESS PROCESSES THE JCPEX! APPROACH October 2010 DYNAMIC CATENATION AND EXECUTION OF CROSS ORGANISATIONAL BUSINESS PROCESSES THE JCPEX! APPROACH S-BPM ONE 2010 - Karlsruhe MOTIVATION I Globalization and increased market transparency Product

More information

SUCCEEDING IN SOA-ENABLED BPM A METHODOLOGICAL APPROACH FROM ORACLE

SUCCEEDING IN SOA-ENABLED BPM A METHODOLOGICAL APPROACH FROM ORACLE SUCCEEDING IN SOA-ENABLED BPM A METHODOLOGICAL APPROACH FROM ORACLE [ NOTE: THIS DOCUMENT MUST BE ACCOMPANIED BY THE DOAG PRESENTATION BY THE SAME TITLE FOR COMPLETENESS] MARK WILKINS, MANAS DEB, MEERA

More information

Redesigning the Organization with Information Systems

Redesigning the Organization with Information Systems Chapter 14 Redesigning the Organization with Information Systems 14.1 2006 by Prentice Hall OBJECTIVES Demonstrate how building new systems produces organizational change Explain how a company can develop

More information

ORACLE FINANCIALS ACCOUNTING HUB INTEGRATION PACK FOR PEOPLESOFT GENERAL LEDGER

ORACLE FINANCIALS ACCOUNTING HUB INTEGRATION PACK FOR PEOPLESOFT GENERAL LEDGER ORACLE FINANCIALS ACCOUNTING HUB INTEGRATION PACK FOR PEOPLESOFT GENERAL LEDGER KEY FEATURES THE ORACLE FINANCIALS ACCOUNTING HUB INTEGRATION PACK FOR PEOPLESOFT GENERAL LEDGER IS A PRE-BUILT INTEGRATION

More information

ARIS Expert Paper. September On the way to SOA.

ARIS Expert Paper. September On the way to SOA. ARIS Expert Paper ARIS Platform Expert Paper September 2006 On the way to SOA www.ids-scheer.com Find out more at: www.ids-scheer.com/soa Visionary architecture always requires good building plans! That

More information

Enterprise Contract Management RFI/RFP Checklist

Enterprise Contract Management RFI/RFP Checklist Contracts 1 Contract Types 1.1 Does the solution support all contract types within the enterprise: buy side, sell side, admin, non-commercial, employee, etc.? 1.2 Is there the ability to define configurable

More information

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013

COURSE 20332B: ADVANCED SOLUTIONS OF MICROSOFT SHAREPOINT SERVER 2013 ABOUT THIS COURSE This five-day course examines how to plan, configure, and manage a Microsoft SharePoint Server 2013 environment. Special areas of focus include implementing high availability, disaster

More information

ARIS PROCESS MINING & DASHBOARDING. Dr. Julian Krumeich Senior Product Manager ARIS USER GROUP NORDIC

ARIS PROCESS MINING & DASHBOARDING. Dr. Julian Krumeich Senior Product Manager ARIS USER GROUP NORDIC ARIS PROCESS MINING & DASHBOARDING USER GROUP NORDIC Dr. Julian Krumeich Senior Product Manager ARIS 2018 Software AG. All rights reserved. For internal use only PRODUCTS CUSTOMER JOURNEYS ORGANIZATION

More information

2011 IBM Corporation. Optimizing Outcomes with Case Management

2011 IBM Corporation. Optimizing Outcomes with Case Management Optimizing Outcomes with Case Management Agenda Introductions The Workflow Challenge What is Case Management The Human Factor Big Data and Analytical insights 2 Current business challenges Knowledge workers

More information

Collaborative ALM Interoperability

Collaborative ALM Interoperability Collaborative ALM Interoperability Options for integrating Rational ClearQuest with Rational Team Concert and Rational Quality Manager Rich Forziati and Mats Gothe January 5, 2010 Page 1 of 17 INTRODUCTION...

More information

Based on Software Engineering, by Ian Sommerville Coherent sets of activities for specifying, designing, implementing and testing software systems

Based on Software Engineering, by Ian Sommerville Coherent sets of activities for specifying, designing, implementing and testing software systems Software Processes Based on Software Engineering, by Ian Sommerville Coherent sets of activities for specifying, designing, implementing and testing software systems Slide 1 Objectives To introduce software

More information

20332: Advanced Solutions of Microsoft SharePoint Server 2013

20332: Advanced Solutions of Microsoft SharePoint Server 2013 To register or for more information call our office (208) 898-9036 or email register@leapfoxlearning.com 20332: Advanced Solutions of Microsoft SharePoint Server 2013 Duration: 5 Days Course Outline Module

More information

Get the most from your requirements with Modelio WEB Analyst. Web Analyst is a very innovative requirement analysis tool that allows you to obtain

Get the most from your requirements with Modelio WEB Analyst. Web Analyst is a very innovative requirement analysis tool that allows you to obtain Get the most from your requirements with Modelio WEB Analyst. Web Analyst is a very innovative requirement analysis tool that allows you to obtain the maximum added value from your requirements. 1 Modeliosoft

More information

Agile Architecture And Design

Agile Architecture And Design Agile Architecture And Design Vishy Ramaswamy (vramaswa@ca.ibm.com) Senior Technical Staff Member Design Management Server Architect Collaborative Architecture, Design and Analysis IBM Rational Software

More information

Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom

Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom Course 20332A Advanced Solutions of Microsoft SharePoint Server 2013 Course Duration: 5 days Course Type: Instructor-Led/Classroom Course Overview This five-day course examines how to plan, configure,

More information

WebSphere Lombardi Edition (Teamworks) Overview IBM Corporation

WebSphere Lombardi Edition (Teamworks) Overview IBM Corporation WebSphere Lombardi Edition (Teamworks) Overview Corporation Instead of Manual, Ad-hoc Processing 3 Invoice! Reconciliation! Teams! Account! Teams! 6 Executive! Management! 1. Informal Tasks and Communication

More information

SOLUTION BRIEF CA AGILE REQUIREMENTS DESIGNER FOR CA AGILE CENTRAL. CA Agile Requirements Designer for CA Agile Central

SOLUTION BRIEF CA AGILE REQUIREMENTS DESIGNER FOR CA AGILE CENTRAL. CA Agile Requirements Designer for CA Agile Central SOLUTION BRIEF CA AGILE REQUIREMENTS DESIGNER FOR CA AGILE CENTRAL CA Agile Requirements Designer for CA Agile Central Automatically convert user stories into the smallest set of test cases needed to fully

More information

Three pillars of a practical architectural framework: BPM business process management. Dr Alexander Samarin

Three pillars of a practical architectural framework: BPM business process management. Dr Alexander Samarin Three pillars of a practical architectural framework: SOA ECM BPM business process management service oriented architecture Dr Alexander Samarin CLIO S.A. enterprise content management Enterprise Architecture

More information

Connect heterogeneous ALM tools together

Connect heterogeneous ALM tools together IBM Watson Internet of Things Continuous Engineering Connect heterogeneous ALM tools together Tarik Mlahi, IBM WIoT 27-Sept-2017 1 2017 IBM Corporation Over time, cost of maintaining integrations can exceed

More information

NTxHUG 2016 Q2 Meeting: First Look at Financial Consolidation & Close Cloud Service May 27, 2016

NTxHUG 2016 Q2 Meeting: First Look at Financial Consolidation & Close Cloud Service May 27, 2016 NTxHUG 2016 Q2 Meeting: First Look at Financial Consolidation & Close Cloud Service May 27, 2016 Terrance D. Walker, Central Region Manager interrel Consulting Partners Disclaimer These slides represent

More information

Chapter. Redesigning The Organization With Information Systems

Chapter. Redesigning The Organization With Information Systems Chapter Redesigning The Organization With Information Systems 1 Objectives Demonstrate how building new systems produces organizational change Explain how a company can develop information systems that

More information

Insight. Mining. Powerful asset lifecycle information management. Better Decisions Based on Accurate, Relevant Information

Insight. Mining. Powerful asset lifecycle information management. Better Decisions Based on Accurate, Relevant Information eb Insight Powerful asset lifecycle information management Better Decisions Based on Accurate, Relevant Information The infrastructure world runs on information information that describes physical assets,

More information

Oracle BPA Suite 11g New Features und Erweiterungen für Modellierung. Evgenia Rosa, Leitende Systemberaterin SOA & BPM

Oracle BPA Suite 11g New Features und Erweiterungen für Modellierung. Evgenia Rosa, Leitende Systemberaterin SOA & BPM Oracle BPA Suite 11g New Features und Erweiterungen für Modellierung Evgenia Rosa, Leitende Systemberaterin SOA & BPM Evgenia.Rosa@oracle.com Agenda Oracle BPA Suite overview New

More information

Information Delivery with SOA

Information Delivery with SOA Context Srikanth Inaganti Today enterprises are looking at SOA as a vehicle to improve IT efficiency and reduce the complexity. Improving the efficiency and complexity would directly map on to the way

More information

CERTPARK.COM. Accurate Study Guides, High Passing Rate! provides update free of charge in one year!

CERTPARK.COM. Accurate Study Guides, High Passing Rate! provides update free of charge in one year! CERTPARK.COM Accurate Study Guides, High Passing Rate! provides update free of charge in one year! https://www.certpark.com Exam : C9550-275 Title : Blueworks Live IBM Business Process Manager Express

More information

Advanced Solutions of Microsoft SharePoint Server 2013

Advanced Solutions of Microsoft SharePoint Server 2013 20332 - Advanced Solutions of Microsoft SharePoint Server 2013 Duration: 5 days Course Price: $2,975 Software Assurance Eligible Course Description Course Overview This five-day training course examines

More information

APM Health Classic from GE Digital Part of our On-Premise Asset Performance Management Classic Solution Suite

APM Health Classic from GE Digital Part of our On-Premise Asset Performance Management Classic Solution Suite Drives rapid situational adjustments with decision-quality information based on comprehensive knowledge of asset conditions Asset-intensive companies often struggle with a lack of visibility into physical

More information

SOA Enabled Workflow Modernization

SOA Enabled Workflow Modernization Abstract Vitaly Khusidman Workflow Modernization is a case of Architecture Driven Modernization (ADM) and follows ADM Horseshoe Lifecycle. This paper explains how workflow modernization fits into the ADM

More information

Realize Positive ROI on Your SOA Investments with Vitria M 3. O Suite

Realize Positive ROI on Your SOA Investments with Vitria M 3. O Suite Realize Positive ROI on Your SOA Investments with Vitria M 3 O Suite > 2 Table of Contents 2 SOA: The Promise and the Shortfall 2 Core SOA Inhibitors 2 Costly Service and Process Exceptions 3 Persistent

More information

Type Course Title Sample Content core Introduction to BPM To overview the BOK material,

Type Course Title Sample Content core Introduction to BPM To overview the BOK material, BPM Model Curriculum According to the ABPMP International's Guide to The Business Process Management Common Body Of Knowledge, "Business Process Management (BPM) is a disciplined approach to identify,

More information

Technical Case Study

Technical Case Study Technical Case Study Overview Customer: Crimson Trace Web Site: www.crimsontrace.com Customer Size: 100 employees Country or Region: United States Industry: Consumer goods manufacturing Customer Profile

More information

<Insert Picture Here> Service Oriented Architecture

<Insert Picture Here> Service Oriented Architecture Service Oriented Architecture Sean Donahue What does FUSION mean exactly? FUSION Applications FUSION Architecture FUSION FUSION Tech Stack (Apps Unlimited) Oracle Fusion Architecture,

More information

Evaluation of the Software Requirement Tools

Evaluation of the Software Requirement Tools Evaluation of the Software Requirement Tools Yogita Sharma Research Scholar Department of Computer Science Himachal Pradesh University Shimla, India Associate Prof. Aman Kumar Sharma Department of Computer

More information

Origins Release. What s New. October Rev. 0.a. igrafx, LLC

Origins Release. What s New. October Rev. 0.a. igrafx, LLC Origins Release What s New October 2015. Rev. 0.a. igrafx, LLC Introducing the latest version of the greatest process excellence solution around. The igrafx Origins release introduces a single, next-generation

More information

Exam : Title : IBM WebSphere Business Modeler Advanced V6.2, Business Analysis and. Version : Demo

Exam : Title : IBM WebSphere Business Modeler Advanced V6.2, Business Analysis and. Version : Demo Exam : 000-372 Title : IBM WebSphere Business Modeler Advanced V6.2, Business Analysis and Version : Demo 1. Refer to the Exhibit. There are 4 tasks that have been modeled for a process by the Information

More information

Making a link between strategy and process model collections: a multi-layered approach

Making a link between strategy and process model collections: a multi-layered approach Making a link between strategy and process model collections: a multi-layered approach Felipe Diniz Dallilo, João Porto de Albuquerque Dept. of Computer Systems, University of São Paulo São Carlos, Brazil

More information

Chapter 13. Building Information Systems

Chapter 13. Building Information Systems Chapter 13 Building Information Systems Learning Objectives How does building new systems produce organizational change? What are the core activities in the systems development process? What are the principal

More information

CORE APPLICATIONS ANALYSIS OF BUSINESS-CRITICAL ADABAS & NATURAL

CORE APPLICATIONS ANALYSIS OF BUSINESS-CRITICAL ADABAS & NATURAL ADABAS & NATURAL ANALYSIS OF BUSINESS-CRITICAL CORE APPLICATIONS CONTENTS 2 Core applications in a changing IT landscape 3 The need for comprehensive analysis 4 The complexity of core applications 5 An

More information

Gartner IAM Maturity Scale

Gartner IAM Maturity Scale Gartner IAM Maturity Scale Many large organizations have tried to reduce the levels of complexity within IAM and address compliance issues through technology projects. These projects are often poorly coordinated,

More information

Veiklos procesų valdymas paprastesnis ir lengvesnis sprendimas

Veiklos procesų valdymas paprastesnis ir lengvesnis sprendimas Gražvydas Govaras Software IT Architect 14 October 2010 Veiklos procesų valdymas paprastesnis ir lengvesnis sprendimas IBM Programinės įrangos diena Vilnius, Crowne Plaza Agenda Business Process Management

More information

Model-to-Execution. Improve your business by bringing your ARIS processes to life with webmethods

Model-to-Execution. Improve your business by bringing your ARIS processes to life with webmethods Model-to-Execution Improve your business by bringing your ARIS processes to life with webmethods Model to Execution or better Problem to Solution Seeing the problem Understanding the problem Defining

More information

The business owner s guide for replacing accounting software

The business owner s guide for replacing accounting software The business owner s guide for replacing accounting software Replacing your accounting software is easier and more affordable than you may think. Use this guide to learn about the benefits of a modern

More information

EVALUATING CONTRACT LIFECYCLE MANAGEMENT SOLUTIONS: BEST-IN-CLASS FEATURES

EVALUATING CONTRACT LIFECYCLE MANAGEMENT SOLUTIONS: BEST-IN-CLASS FEATURES EVALUATING CONTRACT LIFECYCLE MANAGEMENT SOLUTIONS: BEST-IN-CLASS FEATURES INTRODUCTION INTRODUCTION CONTRACTS FORM THE FOUNDATION OF ALL BUSINESSES AND EVERY BUSINESS RELATIONSHIP. THEY DEFINE EVERY ASPECT

More information

Software AG TechEd 2015 User Conference

Software AG TechEd 2015 User Conference Software AG TechEd 2015 User Conference ARIS News & Roadmap Georg Simon SVP Product Marketing April 2015 1 1 2 3 4 5 Unlocking the power of Social Collaboration Better Processes Today with ARIS Cloud Connect

More information

Data Sheet optimal trace

Data Sheet optimal trace Data Sheet optimal trace Capture and manage the right requirements to improve application delivery. Built to enable IT and the business to collaborate more effectively, Optimal Trace provides requirements

More information

Process Automation An (Executive) Overview. Enzo Greco WW Strategist IBM, Armonk, NY

Process Automation An (Executive) Overview. Enzo Greco WW Strategist IBM, Armonk, NY Process Automation An (Executive) Overview Enzo Greco WW Strategist IBM, Armonk, NY How is IT Expected to Help Businesses During this Downturn? 44%: Business Units are requesting more business processes

More information

What's New In ActiveVOS 6.0 ActiveVOS 6.0

What's New In ActiveVOS 6.0 ActiveVOS 6.0 What's New In ActiveVOS 6.0 ActiveVOS 6.0 2008 Active Endpoints Inc. ActiveVOS and ActiveVOS are trademarks of Active Endpoints, Inc. All other company and product names are the property of their respective

More information

ARIS 10 SR4 FEATURES OVERVIEW

ARIS 10 SR4 FEATURES OVERVIEW ARIS ARIS 10 SR4 FEATURES OVERVIEW ARIS Architect/ARIS Designer Process mining integration for conformance checking Global roll out of model typespecific default templates BPMN TM roundtrip enablement

More information

Requirements Engineering Best Practices

Requirements Engineering Best Practices White Paper Requirements Engineering Best Practices July 2015 by Kevin Parker, Vice President of Worldwide Marketing, Serena Software (Now Part of Micro Focus ) Table of Contents Are Requirements Still

More information

Management Information Systems. B14. Acquiring IT Applications and Infrastructure

Management Information Systems. B14. Acquiring IT Applications and Infrastructure Management Information Systems Management Information Systems B14. Acquiring IT Applications and Infrastructure Code: 166137-01+02 Course: Management Information Systems Period: Spring 2013 Professor:

More information

Agile Business Process Management with Sense and Respond

Agile Business Process Management with Sense and Respond Agile Business Process Management with Sense and Respond Alexander Schatten, Josef Schiefer Vienna University of Technology Institute of Software Technology and Interactive Systems 1 The Agile Enterprise

More information

Bug Propagation through Code Cloning: An Empirical Study

Bug Propagation through Code Cloning: An Empirical Study 2017 IEEE International Conference on Software Maintenance and Evolution Bug Propagation through Code Cloning: An Empirical Study Manishankar Mondal Chanchal K. Roy Kevin A. Schneider Department of Computer

More information

Prerequisites It is recommended that the participants have a working knowledge of traditional Business Analysis tasks and techniques.

Prerequisites It is recommended that the participants have a working knowledge of traditional Business Analysis tasks and techniques. BA31 - Unified Modeling Language (UML) for Business Analysts This course will provide Business Analysts with new capabilities to improve their skills with using visual modeling techniques to document requirements.

More information

October 16-17, Omni Shoreham 2500 Calvert Street NW Embassy Conference Room Washington, DC 20008

October 16-17, Omni Shoreham 2500 Calvert Street NW Embassy Conference Room Washington, DC 20008 2018 IBM Engineer Open Labs (NO COST - not a substitute for full training courses) October 16-17, 2018 Omni Shoreham 2500 Calvert Street NW Embassy Conference Room Washington, DC 20008 Registration 10/16:

More information

HYBRID PPM FOR JIRA: SUCCESSFULLY MANAGING PORTFOLIOS OF HYBRID AND AGILE JIRA PROJECTS

HYBRID PPM FOR JIRA: SUCCESSFULLY MANAGING PORTFOLIOS OF HYBRID AND AGILE JIRA PROJECTS A WHITE PAPER by Gerald Aquila, CEO HYBRID PPM FOR JIRA: SUCCESSFULLY MANAGING PORTFOLIOS OF HYBRID AND AGILE JIRA PROJECTS HYBRID PPM FOR JIRA is where onepoint PROJECTS's real-time, two-way Jira integration

More information

REQB Foundation Level Sample Exam paper

REQB Foundation Level Sample Exam paper REQ Foundation Level Sample Exam paper 1 Which of the following statements is NOT true? Requirements may be related to the development process and the software product. One of the most important sources

More information

20332B: Advanced Solutions of Microsoft SharePoint Server 2013

20332B: Advanced Solutions of Microsoft SharePoint Server 2013 20332B: Advanced Solutions of Microsoft SharePoint Course Details Course Code: Duration: Notes: 20332B 5 days This course syllabus should be used to determine whether the course is appropriate for the

More information

ARIS WHAT S NEW? USER GROUP NORDIC. Helge Hess ARIS Product Management / Marketing

ARIS WHAT S NEW? USER GROUP NORDIC. Helge Hess ARIS Product Management / Marketing ARIS USER GROUP NORDIC WHAT S NEW? Helge Hess ARIS Product Management / Marketing TRANSFORM.MANAGE.CONTROL Manage Constant Change CONTROL HOW YOUR ORGANISATION ACTUALLY PERFORMS TRANSFORM HOW TO WIN IN

More information

Lectures 2 & 3. Software Processes. Software Engineering, COMP201 Slide 1

Lectures 2 & 3. Software Processes. Software Engineering, COMP201 Slide 1 Lectures 2 & 3 Software Processes Software Engineering, COMP201 Slide 1 What is a Process? When we provide a service or create a product we always follow a sequence of steps to accomplish a set of tasks

More information

Product Modeling and Model Testing SAP s Product Modeling Environment (PMEVC) + espline s Avenue Enhancements

Product Modeling and Model Testing SAP s Product Modeling Environment (PMEVC) + espline s Avenue Enhancements Product Modeling and Model Testing SAP s Product Modeling Environment (PMEVC) + espline s Avenue Enhancements Demonstration and Discussion SAP Product Configurator Info Day Chicago 12 March 2013 David

More information

Process model-based automatic generation of end-to-end test cases for regression and integration testing of ERP solutions

Process model-based automatic generation of end-to-end test cases for regression and integration testing of ERP solutions Model-based testing for ERP ERP blueprinting Business process models BPMN, EPC, flow charts Visio, Excel test cases SAP SolMan Test Workbench Process model-based automatic generation of end-to-end test

More information

Create Data-Based Process Excellence and Continuous Process Improvement

Create Data-Based Process Excellence and Continuous Process Improvement SAP Thought Leadership Paper Operational Intelligence Create Data-Based Process Excellence and Continuous Process Improvement Enabling Agile, Efficient Digital Business Processes with an Operational Intelligence

More information

Risk Management in BPA / BPI Projects

Risk Management in BPA / BPI Projects Abstract Risk Management in BPA / BPI Projects Chandra Sekhar Ramaraju and Venugopal Juturu Before embarking on the business process assessment and improvement (BPA & BPI) projects that might lead to multiple

More information

Possibilities for Modeling and Integration of Business Processes*

Possibilities for Modeling and Integration of Business Processes* BULGARIAN ACADEMY OF SCIENCES CYBERNETICS AND INFORMATION TECHNOLOGIES Volume 5, No 1 Sofia. 2005 Possibilities for Modeling and Integration of Business Processes* Hristina Daskalova, Vladislava Grigorova,

More information

BPMI.org Phase 2.0. Insight, Innovation, Interoperability. BPMI.org Board of Directors June 9, Copyright 2004 BPMI.org

BPMI.org Phase 2.0. Insight, Innovation, Interoperability. BPMI.org Board of Directors June 9, Copyright 2004 BPMI.org BPMI.org Phase 2 Insight, Innovation, Interoperability BPMI.org Board of Directors Why BPM? Source: Driver for BPM: 11 Money-Relevant Reasons to Start Jim Sinur, Gartner Headlines from Philip Lee, BPMI.org

More information

Software Engineering Lecture 5 Agile Software Development

Software Engineering Lecture 5 Agile Software Development Software Engineering Lecture 5 Agile Software Development JJCAO Mostly based on the presentation of Software Engineering, 9ed Exercise Describe the main activities in the software design process and the

More information

Digital Transformation with Enterprise Digital Twins

Digital Transformation with Enterprise Digital Twins Digital Transformation with Enterprise Digital Twins TRENDS, DIRECTIONS AND ROADMAP Michiel Jorna Director Transformation Solutions Asia, Pacific & Japan INNOVATION TOUR 2018 June 7 Sydney 2018 Software

More information

A Theory of Service Behavior

A Theory of Service Behavior A Theory of Service Behavior Karsten Wolf Universität Rostock, Institut für Informatik Abstract. We outline a fundamental approach to behavioral aspects of services. In the center of this approach, we

More information

Marko Gudelj YOUR DIGITAL TRANSFORMATION #WITHOUTCOMPROMISE

Marko Gudelj YOUR DIGITAL TRANSFORMATION #WITHOUTCOMPROMISE Marko Gudelj YOUR DIGITAL TRANSFORMATION #WITHOUTCOMPROMISE DIGITAL DARWINISM IS IN ACTION. HALF OF THE FT 500 COMPANIES FROM THE YEAR 2000 HAVE DISAPPEARED. DIGITAL TRANSFORMATION focus areas IT TRANSFORMATION*

More information