SYSTEMATIC THOUGHT LEADERSHIP FOR INNOVATIVE BUSINESS Semantic Business Process Validation Ingo Weber, Jörg Hoffmann SAP Research, Karlsruhe, Germany Jan.

Slides:



Advertisements
Ähnliche Präsentationen
OSGi ‘Enterprise expert group‘ workshop input
Advertisements

March 2009 Refined. Simplified. Expanded. SAP Business One a Glance.
EH&S Product Safety and Dangerous Goods Management Important Information for SAP Best Practices Chemicals (France)
SAP Demos Procedure Overview SAP Global Web Team January 17, 2008 sample for a picture in the title slide.
Claudius Metze, ISM Healthcare
SAP Merchandise Catalog How to Enter Custom Orders
SAP Best Practices 業種別および業種共通のノウハウを組み込んだパッケージ
G21Billing Document Outbound via EDI Overview
Activity Management SAP Best Practices for CRM
Contribution Margin Planning SAP Best Practices for CP V1.603 (RU)
Quotation-based Procurement SAP Best Practices for Retail (US)
Customer Order Management at POS SAP Best Practices for Retail (US)
Year-end Closing of Funds Management Overview
Invoice Verification SAP Best Practices for Retail (US)
SAP ERP Reporting for HCM (559)
SAP Best Practices Conversion Tool
Cross Department Project Management Overview
Centralized Budget Preparation with Budget Control System Overview
Time Processing – Cross Application Timesheet (CATS) with Funds or Grants Management (984) SAP Best Practices.
G66 Empties Processing Overview
Scenario Overview 1 Purpose and Benefits: Purpose Benefits
Enterprise Structure Overview
Procure to Pay with Funds Management Overview
Scenario Overview – 1 Purpose and Benefits: Purpose Benefits
G20 Sales Order Processing via EDI Overview
Scenario – Price and Revenue Management- Markdown
Promotion Management SAP Best Practices for Retail (US)
SAP Best Practices Baseline Package U.S. Scenario Overview
Revenue Recognition Processing
SAP Best Practices Canada
Scenario Overview – 1 Purpose and Benefits: Purpose
Accounts Payable with Funds Management Overview
Decentralized Budget Preparation with Budget Control System Overview
Create Cost Center Hierarchy SAP Best Practices Baseline Package
Asset Management with Funds Management Overview
Financial Accounting (J03) Overview Colombia
Accounts Receivable with Funds Management Overview
Scenario Overview – 1 Purpose and Benefits: Purpose Benefits
Transportation Management Overview (G82)
Reference and Simulation Costing SAP Best Practices Baseline Package
Scenario Overview 1 Purpose and Benefits: Purpose Benefits
Rapid database migration to Sybase Adaptive Server Enterprise Solution Summary.
SAP SCM Rapid-Deployment Solution for Advanced Production Scheduling
User Isolation vs. Layered Workspaces. SAP AG 2005, Title of Presentation / Speaker Name / 2 Basic Ideas Workspace Concept Content from inactive and active.
COW In MOIN Stefan Jesse Martin Kolb Christof Wildermuth October 2008.
Confidential MOIN Spi for Partition Event Notifications Christian Mohr, Martin Kolb Nov 2008.
Towards an Integration of SWS into existing WS Infrastructures Christian Drumm SAP AG.
使用计算方案 估计工作量 SAP CRM Best Practices
Prerequisites and Assumption for Effort Estimation
最新动态 SAP CRM Best Practices
Sylvie Turcotte, SAP Canada Inc. November 26, 2008
Enterprise Services Standards
SAP InnoJam SUP 2011 BlackBelt InnoJam in Walldorf September, 2011.
CONFIDENTIAL Predictive Analytics Consulting SAP Performance and Insight Optimization April 2012.
SAP runs SAP E-Recruiting
How To Guide – Workflow BCS
Einkauf SAP Best Practices for Business Intelligence
Enterprise Structure SAP Best Practices Baseline Package (Japan)
SAP License Key Learning Map
Globalization & SAP’s Labs Organization Dr. Vishal Sikka SAP AG
DA-Intro Benchmark Manipulation Matthias Klein Nov 22, 2007.
J64 Production Planning and Discrete Manufacturing Overview
Title G81 - Integrated WM with PO Return. G81 - Integrated WM with PO Return / 2 Overview Scenario – Integrated WM In this scenario you are shown a complete.
SAP Best Practices Baseline Package U.S. Scenario Overview
Ventas y Distribución (J04) Overview Argentina SAP AG.
Martin Rink, SAP Trust Center Services SAP Trust Center Services SAP Passports - Scenarios of Usage.
Fertigung SAP Best Practices for Business Intelligence SAP Best Practices.
Subsequent Settlement SAP Best Practices for Retail (US)
? What is Open PS? SAP Open PS based on EPS 4.0
Szenarioübersicht Terminierung mittels Rechnungen und Nachberechnung.
 Präsentation transkript:

SYSTEMATIC THOUGHT LEADERSHIP FOR INNOVATIVE BUSINESS Semantic Business Process Validation Ingo Weber, Jörg Hoffmann SAP Research, Karlsruhe, Germany Jan Mendling Queensland University of Technology, Australia

2 1.Introduction 2.Formalism 3. Algorithms 4.Conclusion Outline

3 In a Nutshell Traditional BPs Workflow (AND/XOR splits/joins) Validation checks workflow soundness Semantic BPs Domain ontology formalizes the domain which the tasks in the process affect Each task annotated with precondition and effect Formal execution semantics combines workflow with AI actions&change Semantic BP Validation Workflow and annotations interact! Is there a precondition that may be violated? Are there parallel (un-ordered) tasks with contradicting effects? Useful to debug high-level models and/or SWS implementations

4 An Example Prepared(calc) Drafted(calc)Completed(calc) Updated(calc) Drafted SubClassOf Prepared Updated SubClassOf Prepared Completed DisjointClasses Prepared

5 SBPM Branches of Related Work SUPER [Hepp et al] Our project Ontology (here) models the domain in which the process is executed TOVE [Fox] Ontologies for modeling enterprises and processes Our work is mostly on the Generic Model Level of TOVE PSL (Process Specification Language) talks about tasks, time points, and constraints between tasks; no execution in the presence of domain ontology DEMO [Dietz] Method to discover/mine the processes executed within an enterprise Essentially unrelated to our work (except a process occurs somewhere)

6 1.Introduction 2.Formalism 3. Algorithms 4.Conclusion Outline

7 Semantic Business Processes Process Graph Traditional workflow Nodes: start/end, task, AND split/join, XOR split/join Simple token-passing semantics (borrowed from [Vanhatalo et al ICSOC07]) Semantic Annotation Ontology: universally quantified clauses -- x: Drafted(x) Prepared(x) Task node precondition/effect: conjunctions of literals -- Drafted(calc) Execution Semantics Combines token passing with AI minimal change semantics [Winslett AAAI89] In the presence of ontology, if happens in state s, then any state s may result that satisfies and, and that differs minimally from s From the annotations, we can not always conclude with certainty what will happen; we assume that nothing changes without a reason

8 Non-Executable Tasks Prepared(calc) Drafted(calc)Completed(calc) Updated(calc) Drafted SubClassOf Prepared Updated SubClassOf Prepared Completed DisjointClasses Prepared

9 Effect Conflicts Prepared(calc) Drafted(calc)Completed(calc) Updated(calc) Drafted SubClassOf Prepared Updated SubClassOf Prepared Completed DisjointClasses Prepared

10 1.Introduction 2.Formalism 3. Algorithms 4.Conclusion Outline

11 In a Nutshell Semantic BP Validation Are there non-executable tasks? Are there effect conflicts? Computational Complexity Validation is NP-hard if XOR splits have conditions Validation is NP-hard if ontology has Horn clauses Open question for loops Basic Semantic BPs No XOR conditions, only 2-clauses, no loops E.g. the example Polynomial-time validation techniques Extension for loops currently investigated

12 Polytime Validation for Basic Semantic BPs Matrix Determines parallel task nodes Propagates entries of a |E| X |E| matrix M Upon completion, task nodes with ingoing edges i, j parallel iff M i j = 1 I-Propagation Determines necessarily true literals Propagates sets I(e) annotated at edges e – AND/XOR joins propagate the union/intersection of their ingoing edges – Interference from parallel task node effects must be considered – 2-clauses can be compiled into extended preconditions & effects Upon completion, I(e) contains exactly the set of literals that are true whenever edge e carries a token

13 I-Propagation – Example (1)

14 I-Propagation – Example (2)

15 I-Propagation – Example (3)

16 1.Introduction 2.Formalism 3. Algorithms 4.Conclusion Outline

17 In a Nutshell Semantic BP Validation Requires ontology formalizing the domain affected by process activities Validates interaction between semantic annotation and workflow Helps with high-level modeling Helps resolving implementation bugs in case of Semantic WS Contribution Formal execution semantics combines workflow and AI actions&change (Almost) maximal tractable class: basic semantic BPs Future Work Loops? Empirical evaluation Validation for more general (intractable) cases

18 Thank you! Partially an outcome of EU IP SUPER

19 Backup Slides

20 Semantic Process Validation example process

21 Semantic Process Validation example preconditions / postconditions TaskPreconditionPostcondition Receive OrderorderReceived(o) Production Scheduling orderReceived(o) orderApproved(o) productionScheduled(o,p) ProductionproductionScheduled(o,p) calculationPrepared(o,c) productionCompleted(o,p) calculationUpdated(o,c) Decide on ShipperorderReceived(o)shipperDecided(o,s) Arrange LogisticsshipperDecided(o,s) calculationPrepared(o,c) calculationUpdated(o,c) shipmentApproved(o,sh) Draft Price Calculation orderReceived(o)calculationDrafted(o,c) Complete Price Calculation calculationPrepared(o,c)calculationCompleted(o,c) Invoice ProcessingproductionCompleted(o,p) calculationCompleted(o,c) orderCompleted(o)

22 Semantic Process Validation example ontology PurposeDefinition Order statuso is at most one of received or completed Production status p is at most one of scheduled or completed Calculation status if c is drafted, then c is prepared if c is updated, then c is prepared c is at most one of drafted or updated or completed c is at most one of prepared or completed Order approvalif shipment sh is approved for o, then o is approved

23 I-Propagation – Example (1)

24 I-Propagation – Example (2)

25 I-Propagation – Example (3)

26 I-Propagation – Example (4)

27 I-Propagation – Example (5)

28 I-Propagation – Example (6)

29 Copyright 2007 SAP AG. All Rights Reserved No part of this publication may be reproduced or transmitted in any form or for any purpose without the express permission of SAP AG. The information contained herein may be changed without prior notice. Some software products marketed by SAP AG and its distributors contain proprietary software components of other software vendors. Microsoft, Windows, Outlook, and PowerPoint are registered trademarks of Microsoft Corporation. IBM, DB2, DB2 Universal Database, OS/2, Parallel Sysplex, MVS/ESA, AIX, S/390, AS/400, OS/390, OS/400, iSeries, pSeries, xSeries, zSeries, z/OS, AFP, Intelligent Miner, WebSphere, Netfinity, Tivoli, and Informix are trademarks or registered trademarks of IBM Corporation. Oracle is a registered trademark of Oracle Corporation. UNIX, X/Open, OSF/1, and Motif are registered trademarks of the Open Group. Citrix, ICA, Program Neighborhood, MetaFrame, WinFrame, VideoFrame, and MultiWin are trademarks or registered trademarks of Citrix Systems, Inc. HTML, XML, XHTML and W3C are trademarks or registered trademarks of W3C ®, World Wide Web Consortium, Massachusetts Institute of Technology. Java is a registered trademark of Sun Microsystems, Inc. JavaScript is a registered trademark of Sun Microsystems, Inc., used under license for technology invented and implemented by Netscape. MaxDB is a trademark of MySQL AB, Sweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, and other SAP products and services mentioned herein as well as their respective logos are trademarks or registered trademarks of SAP AG in Germany and in several other countries all over the world. All other product and service names mentioned are the trademarks of their respective companies. Data contained in this document serves informational purposes only. National product specifications may vary. The information in this document is proprietary to SAP. No part of this document may be reproduced, copied, or transmitted in any form or for any purpose without the express prior written permission of SAP AG. This document is a preliminary version and not subject to your license agreement or any other agreement with SAP. This document contains only intended strategies, developments, and functionalities of the SAP® product and is not intended to be binding upon SAP to any particular course of business, product strategy, and/or development. Please note that this document is subject to change and may be changed by SAP at any time without notice. SAP assumes no responsibility for errors or omissions in this document. SAP does not warrant the accuracy or completeness of the information, text, graphics, links, or other items contained within this material. This document is provided without a warranty of any kind, either express or implied, including but not limited to the implied warranties of merchantability, fitness for a particular purpose, or non- infringement. SAP shall have no liability for damages of any kind including without limitation direct, special, indirect, or consequential damages that may result from the use of these materials. This limitation shall not apply in cases of intent or gross negligence. The statutory liability for personal injury and defective products is not affected. SAP has no control over the information that you may access through the use of hot links contained in these materials and does not endorse your use of third-party Web pages nor provide any warranty whatsoever relating to third-party Web pages.

30 Copyright 2007 SAP AG. Alle Rechte vorbehalten Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, ohne die ausdrückliche schriftliche Genehmigung durch SAP AG nicht gestattet. In dieser Publikation enthaltene Informationen können ohne vorherige Ankündigung geändert werden. Die von SAP AG oder deren Vertriebsfirmen angebotenen Softwareprodukte können Softwarekomponenten auch anderer Softwarehersteller enthalten. Microsoft ®, WINDOWS ®, NT ®, EXCEL ®, Word ®, PowerPoint ® und SQL Server ® sind eingetragene Marken der Microsoft Corporation. IBM ®, DB2 ®, DB2 Universal Database, OS/2 ®, Parallel Sysplex ®, MVS/ESA, AIX ®, S/390 ®, AS/400 ®, OS/390 ®, OS/400 ®, iSeries, pSeries, xSeries, zSeries, z/OS, AFP, Intelligent Miner, WebSphere ®, Netfinity ®, Tivoli ®, Informix und Informix ® Dynamic ServerTM sind Marken der IBM Corporation. ORACLE ® ist eine eingetragene Marke der ORACLE Corporation. UNIX ®, X/Open ®, OSF/1 ® und Motif ® sind eingetragene Marken der Open Group. Citrix ®, das Citrix-Logo, ICA ®, Program Neighborhood ®, MetaFrame ®, WinFrame ®, VideoFrame ®, MultiWin ® und andere hier erwähnte Namen von Citrix-Produkten sind Marken von Citrix Systems, Inc. HTML, DHTML, XML, XHTML sind Marken oder eingetragene Marken des W3C ®, World Wide Web Consortium, Massachusetts Institute of Technology. JAVA ® ist eine eingetragene Marke der Sun Microsystems, Inc. JAVASCRIPT ® ist eine eingetragene Marke der Sun Microsystems, Inc., verwendet unter der Lizenz der von Netscape entwickelten und implementierten Technologie. MaxDB ist eine Marke von MySQL AB, Schweden. SAP, R/3, mySAP, mySAP.com, xApps, xApp, SAP NetWeaver, und weitere im Text erwähnte SAP-Produkte und -Dienstleistungen sowie die entsprechenden Logos sind Marken oder eingetragene Marken der SAP AG in Deutschland und anderen Ländern weltweit. Alle anderen Namen von Produkten und Dienstleistungen sind Marken der jeweiligen Firmen. Die Angaben im Text sind unverbindlich und dienen lediglich zu Informationszwecken. Produkte können länderspezifische Unterschiede aufweisen. Die in dieser Publikation enthaltene Information ist Eigentum der SAP. Weitergabe und Vervielfältigung dieser Publikation oder von Teilen daraus sind, zu welchem Zweck und in welcher Form auch immer, nur mit ausdrücklicher schriftlicher Genehmigung durch SAP AG gestattet. Bei dieser Publikation handelt es sich um eine vorläufige Version, die nicht Ihrem gültigen Lizenzvertrag oder anderen Vereinbarungen mit SAP unterliegt. Diese Publikation enthält nur vorgesehene Strategien, Entwicklungen und Funktionen des SAP®-Produkts. SAP entsteht aus dieser Publikation keine Verpflichtung zu einer bestimmten Geschäfts- oder Produktstrategie und/oder bestimmten Entwicklungen. Diese Publikation kann von SAP jederzeit ohne vorherige Ankündigung geändert werden. SAP übernimmt keine Haftung für Fehler oder Auslassungen in dieser Publikation. Des Weiteren übernimmt SAP keine Garantie für die Exaktheit oder Vollständigkeit der Informationen, Texte, Grafiken, Links und sonstigen in dieser Publikation enthaltenen Elementen. Diese Publikation wird ohne jegliche Gewähr, weder ausdrücklich noch stillschweigend, bereitgestellt. Dies gilt u. a., aber nicht ausschließlich, hinsichtlich der Gewährleistung der Marktgängigkeit und der Eignung für einen bestimmten Zweck sowie für die Gewährleistung der Nichtverletzung geltenden Rechts. SAP haftet nicht für entstandene Schäden. Dies gilt u. a. und uneingeschränkt für konkrete, besondere und mittelbare Schäden oder Folgeschäden, die aus der Nutzung dieser Materialien entstehen können. Diese Einschränkung gilt nicht bei Vorsatz oder grober Fahrlässigkeit. Die gesetzliche Haftung bei Personenschäden oder Produkthaftung bleibt unberührt. Die Informationen, auf die Sie möglicherweise über die in diesem Material enthaltenen Hotlinks zugreifen, unterliegen nicht dem Einfluss von SAP, und SAP unterstützt nicht die Nutzung von Internetseiten Dritter durch Sie und gibt keinerlei Gewährleistungen oder Zusagen über Internetseiten Dritter ab.