INFS1000 Lec 8 BMPN Flashcards

1
Q

What is a TASK and SUBPROCESS?

A

TASK: An atomic activity.
SUBPROCESS: A compound activity.

*Usually requires some input and creates an output.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

What is a ARTEFACT / DATA OBJECT?

A

*Represents the flow of PHYSICAL documents, as well as ELECTRONIC data across activities.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
3
Q

What is a PROCESS FLOW / SEQUENCE FLOW / NORMAL FLOW?

A

*Activities happen strictly in the order they are

connected by sequence flow elements.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

What is a MESSAGE FLOW?

A
  • Message flow only needed, when data flows separate from sequence flow.
  • Every message flow must have a data object attached to it
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
5
Q

What is a TIMER EVENT?

A

*models FIXED or VARIABLE delay / pause.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
6
Q

What is a PARALLEL FORK “AND” gateway?

A

Outgoing: All paths will be followed in parallel.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
7
Q

What is the JOIN gateway?

A

Incoming: Process will only proceed will ALL activities fulfilled.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
8
Q

What is the EXCLUSIVE DECISION “OR” gateway?

A

Outgoing: Only 1 path followed.

*Cannot have “exclusive decision” then “join” gateway.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
9
Q

What is the MERGE gateway?

A

Incoming: Process will proceed when ANY of activities fulfilled.

How well did you know this?
1
Not at all
2
3
4
5
Perfectly
10
Q

BPMN Modelling Process

A
  1. Identify the actors and create pools and lanes.
  2. Identify the start event.
  3. Identify the activities and make a list.
  4. Create the logical process flow and order activities and identify gateways.
  5. Who does which activity?
  6. Identify data/documents.
  7. Where are they flowing?
  8. Where does the process stop?
How well did you know this?
1
Not at all
2
3
4
5
Perfectly