Understanding business process lifecycle
- Process identification
- Process discovery
- Process analysis
- Process redesign
- Process implementation
- Process monitoring and controlling
Table of guide of this BPMN lecture
The TOC of this guide is based on the business process lifecycle above. Here is the TOC:
- Introduction
- Process Identification
- Essential Process Modeling
- Advanced Process Modeling
- Process Discovery
- Qualitative Process Analysis
- Quantitative Process Analysis
- Process Redesign
- Process Automation
- Process Intelligence
Business Process Model and Notation (BPMN)
- OMG standard (nowadays BPMN 2.0)
- Both for conceptual and executable models
- Supported by numerous tools: bpmn.org lists over 70 tools (e.g. Visual Paradigm’s BPMN modeler)
BPMN – A case study
- An order-to-cash process is triggered by the receipt of a purchase order from a customer.
- Upon receipt, the purchase order has to be checked against the stock to determine if the the requested item(s) are available.
- Depending on stock availability the purchase order may be confirmed or rejected.
- If the purchase order is confirmed, an invoice is emitted and the goods requested are shipped. The process completes by archiving the order. Let’s start modeling – break it down
(Read more from the BPMN lecture)