WHAT IS A Process Map? Illustration of the sequence of activities, inputs and outputs to the activities, and relationship across multiple functions, or.

Slides:



Advertisements
Similar presentations
Selection Flow Charts If statements. Flow of Control The flow of control is a concept we’ve already encountered. The concept of control relates to the.
Advertisements

Chapter 7 Structuring System Process Requirements
PowerPoint Presentation for Dennis & Haley Wixom, Systems Analysis and Design, 2 nd Edition Copyright 2003 © John Wiley & Sons, Inc. All rights reserved.
CAEL Prior Learning Assessment Process Mapping – Session 2 Facilitator – Eric Heller
Data Flow Diagram Purpose – visually depict how data moves and changes through a top-down, logical model Logical model – requirements and the relationship.
Process Mapping. Why Flow Chart? To understand a process or system To (visually) depict all key steps in a process or system To compare existing and ‘ideal’
Software Engineering Introduction to Flowcharts Ku-Yaw Chang Assistant Professor Department of Computer Science and Information.
Going with the Flow All you ever wanted to know about flowcharting Jay Ford.
Information System Design IT60105
Introduction to BizAgi. Slide 2 User Interface (Summary) The user interface for BizAgi resembles Office It uses a similar ribbon The Palette contains.
Flowchart Diagram Risanuri Hidayat. What A Flow Chart is a sequential diagram that shows the steps involved in an operation or task and the decisions.
SE 555 Software Requirements & Specification 1 Activity Diagrams.
DOCUMENTING ACCOUNTING SYSTEMS
© 2005 Prentice Hall4-1 Stumpf and Teague Object-Oriented Systems Analysis and Design with UML.
UML Needed for Requirements Spec Pepper. Need UML for Requirements Use Case Activity Diagram Tool: StarUML.
Chapter 7 Structuring System Process Requirements
Context Diagrams There are three symbols used in these diagrams: Context Diagrams are used in the Analysis and Design phases as an analysis and design.
Karolina Muszyńska Based on: S. Wrycza, B. Marcinkowski, K. Wyrzykowski „Język UML 2.0 w modelowaniu SI”
Class, Sequence and UML Model.  Has actors and use cases.
CS 325: Software Engineering March 3, 2015 Activity Modeling for Transformational Systems Trtansformational Systems UML Activity Diagrams.
Business Process Management. Key Definitions Process model A formal way of representing how a business operates Illustrates the activities that are performed.
Simple Process Mapping Techniques
Activity/Workflow Diagrams Chapter 7 Appendix B. © 2011 Pearson Education, Inc. Publishing as Prentice Hall Process Modeling: Activity/Workflow Diagrams.
Chapter 4 – Requirements Engineering Lecture 3 1Chapter 4 Requirements engineering.
Submitted By: Memon Khurshed (Group Leader) Hamed Abdollahpur
Procedures for managing workflow components Workflow components: A workflow can usually be described using formal or informal flow diagramming techniques,
Information Systems in Organizations 2
SYSTEMS ANALYSIS AND DESIGN TOOLS DATA FLOW DIAGRAMS.
Activity diagrams. Introduction ● Activity diagrams are a behavioural model that represent the dynamics of the system. ● An activity diagram is essentially.
Drawing System Sequence Diagrams
 An entity-relationship diagram (ERD) is a specialized graphic that illustrates the interrelationships between entities in a database.
Rob Gleasure IS3320 Developing and Using Management Information Systems Lecture 13: Flow-Charts 1 Rob Gleasure
System Decomposition Overview. Data Flow Diagrams Despite the name “Data Flow Diagrams”, DFD have a process, rather than a data, focus We represent all.
CS212: Object Oriented Analysis and Design Lecture 34: UML Activity and Collaboration diagram.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
Datapath - performs data transfer and processing operations The control unit sends: – Control signals – Control outputs The control unit receives: – External.
Selection Flow Charts If statements. Flow of Control The flow of control is a concept with which we’re already familiar. The concept of control relates.
Information Systems in Organizations 2.1 Analyzing organizations as systems and processes.
 Activity diagram is basically a flow chart to represent the flow from one activity to another activity.
Dokumentasi Sistem Dengan Activity Diagram Pertemuan 03 s.d 04 Matakuliah: F0712 / Lab Sistem Informasi Akuntansi Tahun: 2007.
Software Analysis 1 PROCESS MODELING: Data Flow Diagrams (DFDs)
SYSTEMS ANALYSIS AND DESIGN ITDB 2101 HAND OUT # 3 1.
© 2007 Pearson Education, Inc. Publishing as Pearson Addison-Wesley 1 UML Activity Diagrams.
Information Systems in Organizations 2
MODERN ERP SELECT, IMPLEMENT & USE TODAY’S ADVANCED BUSINESS SYSTEMS
WHAT IS A Context Diagram?
Business Process and Functional Modeling
Chapter 3 DOCUMENTING ACCOUNTING SYSTEMS
Analysis Classes Unit 5.
Information Delivery Manuals: Process Mapping
In-Class Activity… Swim Lane Diagrams - 1.
1.3 Finite State Machines.
7/14/16 CTC-RI IBH Pilot Quarterly Meeting
Activity and State Transition Diagram
Programming Flowcharts
Activity Diagram.
Visit for more Learning Resources
Chapter 2 : Data Flow Diagram
Context and Data Flow Diagrams
process mapping symbols
Activity Diagrams Activity diagrams describe the workflow behavior of a system.  The diagrams describe the state of activities by showing the sequence.
IDEF0/Activity Model – Functional Decomposition
Chapter 9 Use Cases.
Week 12: Activity & Sequence Diagrams
WHAT IS A Use Case Diagram?
What is a Relationship Map?
Activity diagram It supports visual representation of sequences of actions that target a certain result. May be built for one or many use cases or for.
In-Class Activity… Swim Lane Diagrams - 2.
In-Class Activity… Swim Lane Diagrams - 1.
OV-6c Template Operational Event/Trace Description – step-by-step instructions and template Click the mouse button to see the next slide. Use the browser.
Presentation transcript:

WHAT IS A Process Map? Illustration of the sequence of activities, inputs and outputs to the activities, and relationship across multiple functions, or roles that perform the activities Also known as: Swim-lane Diagram Cross-Functional Process Map Workflow Diagram

EXAMPLE

EXAMPLE

Step 1: Name the Process Name is typically in a verb-noun format Examples: Fulfill Order Search for Products

Identify a Clear Start and End The process starts when ____? The process ends when ____? Each activity also “starts when" and "ends when” Name the output produced by the activity "ends when output produced”

Step 2: Identify Roles Identify the entities that perform a role in the process Each role has its own swim lane

Step 3: Identify Activities Identify activities performed by each role Activities are typically in verb-noun format because they describe actions Typically a verb-noun format, for example, Submit Order

Step 4: Label the Transfers Add text labels on the transfer arrows to describe inputs/outputs of the activities Typically a noun that names “What” is transferred between activities. The “transfer arrow” in the example (left) is the output from Activity 1, and also the input to Activity 2. The arrowhead depicts the direction of flow, and shows the order or sequence that the activities are performed.

Identify Branches in the Flow Use a Decision Diamond symbol to identify decision points, or events that cause the flow to branch or split