INFS1000 Lec 8 BMPN Flashcards
What is a TASK and SUBPROCESS?
TASK: An atomic activity.
SUBPROCESS: A compound activity.
*Usually requires some input and creates an output.
What is a ARTEFACT / DATA OBJECT?
*Represents the flow of PHYSICAL documents, as well as ELECTRONIC data across activities.
What is a PROCESS FLOW / SEQUENCE FLOW / NORMAL FLOW?
*Activities happen strictly in the order they are
connected by sequence flow elements.
What is a MESSAGE FLOW?
- Message flow only needed, when data flows separate from sequence flow.
- Every message flow must have a data object attached to it
What is a TIMER EVENT?
*models FIXED or VARIABLE delay / pause.
What is a PARALLEL FORK “AND” gateway?
Outgoing: All paths will be followed in parallel.
What is the JOIN gateway?
Incoming: Process will only proceed will ALL activities fulfilled.
What is the EXCLUSIVE DECISION “OR” gateway?
Outgoing: Only 1 path followed.
*Cannot have “exclusive decision” then “join” gateway.
What is the MERGE gateway?
Incoming: Process will proceed when ANY of activities fulfilled.
BPMN Modelling Process
- Identify the actors and create pools and lanes.
- Identify the start event.
- Identify the activities and make a list.
- Create the logical process flow and order activities and identify gateways.
- Who does which activity?
- Identify data/documents.
- Where are they flowing?
- Where does the process stop?