4. ADVANCES PROCESS MODELING Flashcards

1
Q

cycles

A

-structured: single entry and exit point

-unstructured: multiple exit point

-parallel: activity executed multiple times concurrently

-uncontrolled: 1 or more activities may not occur at all/ occur multiple times in no specific order until a condition is met

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

racing events

A

external choice that is determined by the process environment, choice is delayed until an event happens

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

handling exceptions

A

-Process abortion

-Exceptions

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

Process abortion

A

an end terminate event causes the abnormal and immediate termination of a process instance

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

Exceptions

A

-events that deviate a process from its normal course
-handling exceptions involves stopping a sub-process and performing a special activity

-3 types:
1. internal
2. external
3. timeout

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

3 types of exceptions

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

3 types of exceptions

A
  1. internal:
    something goes wrong inside an activity, whose execution must be interrupted through an error event
  2. external:
    something goes wrong outside the process, this is handled with message event
  3. timeout: an activity takes too long and must be interrupted through a timer event

⇒ all these events are catching intermediate “boundary” events

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

Business rules

A

implementation of an organizational policy or practice:
- captured via decision activities, conditions and conditional events

  • main difference between:
    1. conditions = tested only once
    2. conditional event = tested until the associated rule is satisfied
How well did you know this?
1
Not at all
2
3
4
5
Perfectly