Lecture 3: Essential BPMN Flashcards

1
Q

When and why using BPMN2.0?

A
  • Flow-diagrams provide an understandable and executable description of how to carry out a process
  • Suitable for predictable & repetitive processes
  • Not suitable for requirements (describing why)
  • Not suitable for flexbile processes
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
2
Q

Pools and Swimlanes

A
  • Process title is a pool – it contains at most one business process
  • Lanes (function lane/data) – usually represents an organizational role (e.g. developer, analyst and manager)

Communication between 2 pools is with dotted lines, there can be no process flows across pools!!!

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

Basic Events

A
  • indicates the starting point for aparticular process. A process will always start with an event. (start event,message, timer etc.)
  • A midwayevent is a break within the middle of the process (stage or step)
  • An endevent indicates where a process will end. A process will always have an endevent
How well did you know this?
1
Not at all
2
3
4
5
Perfectly
4
Q

Tasks and subprocess

A

-A task is an atomic activity which represents work that is not broken down

Activities that take time, events instantaneous

-On the contrary, a subprocess represents work that is broken down to a finer level ofdetail

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

Exclusive gateway (XOR)

A

An exclusive gateway evaluates the state of the business process, and based on the condition, breaks the flow into one of the two or more mutually exclusive paths

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

Parallel gateway

A

A parallel gateway is used to represent two concurrent tasks in a business flow

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

Inclusive gateway

A

An inclusive gateway can be used to create alternative but also parallel paths within a business process flow

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