Business Process Modeling

Slides:



Advertisements
Similar presentations
CAPE INFORMATION TECHNOLOGY – Unit 2
Advertisements

Systems Analysis Requirements structuring Process Modeling
Data Flow Diagram (DFD) Review
SYSTEMS ANALYSIS AND DESIGN TOOLS
Chapter 7 Structuring System Process Requirements
© 2005 by Prentice Hall 7-1 Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey.
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
Chapter 7 Structuring System Process Requirements
Chapter 4 Enterprise Modeling.
Chapter 4.
Systems Analysis and Design 9th Edition
Dataflow modelling: Context and Data Flow Diagrams
Chapter 7 Using Data Flow Diagrams
Structuring System Requirements: Process Modeling
Chapter 4.
System analysis and design
DATA FLOW DIAGRAMS IT 155.
Process Modeling SYSTEMS ANALYSIS AND DESIGN, 6 TH EDITION DENNIS, WIXOM, AND ROTH © 2015 JOHN WILEY & SONS. ALL RIGHTS RESERVED. 1 Roberta M. Roth.
Chapter 7 Structuring System Process Requirements
Traditional Approach to Requirements Data Flow Diagram (DFD)
Systems Analysis and Design 10th Edition
Data Flow Diagrams (DFDs)
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Structuring System Process Requirements. Learning Objectives Understand the logical modeling of processes by studying examples of data flow diagrams (DFDs).
Data and Process Modeling
SDLC Phase II: Structuring System Requirements IS 582 Dr. Dania Bilal Spring 2008.
Business Process Management. Key Definitions Process model A formal way of representing how a business operates Illustrates the activities that are performed.
Phase 2: Systems Analysis
Chapter 7 Structuring System Process Requirements
Chapter 3 Systems Documentation Techniques Copyright © 2012 Pearson Education, Inc. publishing as Prentice Hall 3-1.
PHASE 2: SYSTEMS ANALYSIS
SYSTEMS ANALYSIS AND DESIGN TOOLS DATA FLOW DIAGRAMS.
7. ANALYZING REQUIREMENTS- (Data Flow Diagrams)
Modern Systems Analysis and Design Fifth Edition
Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George Joseph S. Valacich.
Systems Analysis and Design 8th Edition
Systems Analysis and Design 8th Edition
Software Analysis 1 PROCESS MODELING: Data Flow Diagrams (DFDs)
© 2005 by Prentice Hall Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition Jeffrey A. Hoffer Joey F. George.
C_ITIP211 LECTURER: E.DONDO. Unit 3 : PROCESS MODELING.
7-1 Chapter 7 Structuring System Process Requirements Modern Systems Analysis and Design Fourth Edition.
Business Process Modeling What is a process model? – A formal way of representing how a business system operates. – Illustrates the activities that are.
© 2012 Cengage Learning. All Rights Reserved. This edition is intended for use outside of the U.S. only, with content that may be different from the U.S.
COM 117 Introduction to Application Building Introduction to the module Learning outcomes Assessment Lecture on DFDs Practical activity Tutorial activity.
Data Flow Diagrams 1. What is a Data Flow Diagram?  A data flow diagram (DFD) is a graphical representation of the movement of data between external.
Tools Of Structured Analysis
Chapter 6 Structuring System Requirements: Process Modeling
Business System Development
Data Flow Diagrams Mechanics.
Chapter 8 Structuring System Requirements: Process Modeling
Process Modeling Graphically represent the processes that capture, manipulate, store, and distribute data between a system and its environment Models DFDs.
Modern Systems Analysis and Design Third Edition
Business System Development
SDLC Phase III: Structuring System Requirements
Chapter 1: Data Flow Diagram Structuring System Process Requirements
Process & Logic Modeling
Data Flow Diagram (DFD) Review
Data Flow Diagrams Mechanics.
Data Flow Diagrams Mechanics. Outline DFD symbols External entities (sources and sinks) Data Stores Data Flows Processes Types of diagrams Step by step.
Chapter 6 Structuring System Requirements: Process Modeling
MBI 630: Week 4 Process Modeling
Chapter 9 Structuring System Requirements: Logic Modeling
Information Systems Development MIS331
Modern Systems Analysis and Design Third Edition
Chapter 7: Data Flow Diagram Structuring System Process Requirements
Chapter 11 Describing Process Specifications and Structured Decisions
Modern Systems Analysis and Design Third Edition
Chapter 9 Structuring System Requirements: Logic Modeling
DFD Process & Examples.
Presentation transcript:

Business Process Modeling What is a process model? A formal way of representing how a business system operates. Illustrates the activities that are performed and how data moves through the process. A process model can be used to document current system or to illustrate new system Use Cases and Data Flow Diagrams (DFD) are among many techniques to support Business Process Modeling

Why Draw Process Models? To clearly communicate the processes (flow of data) through a system. To help us structure our view of the business process. To formalize the description of processes (documentation) Diagrams are sometimes easier to understand than text.

Microcomputer Store Major Use Cases: Web Query Order Placement Product Search Fulfillment

Microcomputer Store Within ‘Web Query’ Product Search About Us Promotions Order Status Repair Information

Microcomputer Store

What is a Data Flow Diagram? A data flow diagram (DFD) is a graphical tool that allows system analysts (and system users) to depict the flow of data in an information system. The DFD is one of the methods that system analysts use to collect information necessary to determine information system requirements. The goal is to build a model where the technique is transparent.

DFD Symbols and Definitions Process - performs some action on data, such as creates, modifies, stores, delete, etc. Can be manual or supported by computer. Data store - information that is kept and accessed. May be in paper file folder or a database. External entity - is the origin or destination of data. Entities are external to the system. Data flow - the flow of data into or out of a process, datastore or entity Process Data store External Entity Data flow 14

What does a DFD look like?

DFD Levels It is difficult, usually impossible, to observe and inventory all interactions at a single level. Building a DFD, then, is an iterative process up and down levels.

DFD Levels: Context Diagram The highest ‘level’ of DFD is the most general overview of a system. This general overview is called a “Context Diagram”. A Context Diagram shows three things: all external entities a single process labeled “0” that represents the entire system. the major information flows between the external entities and the system.

Context Level (note there are no storage elements at this level)

DFD: Adding Levels of Detail The highest level, called the context diagram, is only an overview. More detail is typically needed for system analysts. We add detail to a DFD by creating “levels”. The first level added after the context diagram is called level “0”. Each new level breaks apart one process and “decomposes” the single process into a new, more detailed DFD. A complete DFD can have many (up to 6 or 7) levels depending on the complexity of system. Breaking the DFD into levels is referred to as “Decomposition”.

Level 0

Context & Level 0 Diagrams In the Context and Level 0 diagram there are two things to notice: Both diagrams contain same external entities This is called Balancing The level 0 diagram has broken the system into 4 processes and 3 data stores. This is an example of Decomposition 18

DFD: Numbering Levels In a DFD with many levels it’s easy to forget which level you are on. That’s why each level has different numbering for the processes on the diagram. The ‘level’ corresponds to the number of decimal places required to define a process in it. Here’s how it works: Context Diagram Process labeled “0” Level 0 Processes labeled 1.0, 2.0, 3.0, . Level 1 Processes labeled 1.1, 1.2, 1.3, . Level 2 Processes labeled 1.1.1, 1.1.2,...

DFD Example You first go through each process, successively breaking up the process into smaller components until nothing remains divisible. The SFU Microcomputer Store can be broken down as per the following tables

Top (0) Process Level

Level 1: Web Query

Level 1: Order Placement

DFD Levels: Context Diagram It would be impossible to understand all of the data flows, and to identify all of the ‘external entities’ relating to our information system in one pass, so we tend to draw DFD’s incrementally.

Building a DFD We tend to start at the context level, break processes down to Level 0, and then start to consider where data enters and exits our information system, where it is stored, and how a process converts it from one form to another. We are interested here in the movement of data and its conversion.

DFD for Microstore Corresponding to the Process Structure Charts previously outlined, SFU’s Microstore DFD can be drawn as per the following charts:

Level 1: Web Query

Level 1: Order Placement

Building a DFD Note that a DFD is NOT time-sensitive, and that it is NOT a flowchart. It simply shows how and where data itself progresses through our system. There are other ways to add information to a chart, such as what departments are responsible for certain activities, or which is batch, realtime, etc.

DFD: Logical vs Physical Note that the Context Diagram did NOT record the movement of merchandise, but rather the information flow surrounding the underlying business processes. A DFD that shows the movement of information is called a “logical” DFD. A DFD that shows the movement of physical stuff (such as merchandise) is called a “physical” DFD. The logical DFD is by far the most common type of DFD and therefore we will focus on this in this class.

Rules for Drawing DFD’s Business Administration 362 2001-3 Session 3 Notes Rules for Drawing DFD’s A minimum of one data flow in and one data flow out of a process A datastore must be connected to a process (either in, out, or both) An external entity must be connected to a process (either in, out, or both) A single data flow must only flow one way Drew Parker September 2001 16

DFD: Common Mistakes (Syntax) ‘Miracle’: Process has no data flowing into it, but has data flowing out. Alternately, ‘Black Hole’ Data store is hooked to external entity. This means external entity can read and write to your data file without auditing!! The data flow goes in two directions at once. Two or more arrows should be used to show the flow to and from each process.

Logic Representation DFD’s do not show logic inside processes Many tools handle this next design function Structured English Decision Tables Decision Trees

Structured English Intermediate Step between English descriptions and Program Code BEGIN IF IF condition THEN action ELSE action ENDIF READ data element DO-WHILE DO-UNTIL

Structured English READ BALANCE BEGIN IF IF BALANCE is greater than ZERO THEN READ LIMIT, OVERDUE ELSE DO nothing END IF PRINT BILL

Structured English BEGIN IF IF BALANCE is less than LIMIT THEN INCLUDE MINIMUM PAYMENT END IF IF BALANCE is greater than LIMIT AND IF OVERDUE equals YES THEN PRINT MANAGEMENT REPORT

Decision Tables Conditions Actions Rules Predetermined to handle complexity YES / NO <limit Actions Law of Requisite Variety Rules For Each Action

Decision Tables

Decision Trees A Graphical Rendition of Decision Tables can add probability and optimize

Decision Trees Do Nothing Print Bill; Include Minimum Payment Refer to Management Print Bill Yes 1 Yes No 2 Yes No 3 Legend: 1) Balance < 0? 2) Balance < Limit? 3) Overdue = YES? No

Business Administration 362 2001-3 Session 3 Notes DFD: Some Final Notes How many processes on a diagram? rule of thumb is to have 5 - 7 processes, if you need more, create a new level. Are there conventions for naming objects? process names are verb phrases all others are noun phrases How many levels should you go? Only as many as you need to communicate adequately. The key is efficient communication. Drew Parker September 2001 19