IÐN301

0.0(0)
Studied by 0 people
call kaiCall Kai
learnLearn
examPractice Test
spaced repetitionSpaced Repetition
heart puzzleMatch
flashcardsFlashcards
GameKnowt Play
Card Sorting

1/27

flashcard set

Earn XP

Description and Tags

miðpróf

Last updated 8:18 PM on 9/25/24
Name
Mastery
Learn
Test
Matching
Spaced
Call with Kai

No analytics yet

Send a link to your students to track their progress

28 Terms

1
New cards
<p>What event?</p>

What event?

Start events:

– which signal how process instances start

(tokens are created)

2
New cards
<p>What event?</p>

What event?

End events:

– which signal when process instances

complete (tokens are destroyed)

3
New cards
<p>What event?</p>

What event?

Event that occurs during a process

is called intermediate

4
New cards
<p>What activity?</p>

What activity?

Task: Activities represent units of work, carried out

be a resource, that have a duration

5
New cards
<p>What activity?</p>

What activity?

Transaction is a set of activities that logically

belong together (embedded sub-processes)

6
New cards
<p>What activity?</p>

What activity?

Call activity to indicates use of sub-process

external to the current process (is a global

process model); allows for reusable process

definition

7
New cards

Activities naming conventions:

the label should be verb + a noun, e.g. “Approve order”. The noun may be preceded by an adjective, e.g. “Issue driver license”, and the verb may be followed by a complement to explain how the action is being done, e.g. “Renew driver license via offline agencies”.

• Avoid long labels, no more than five

• Capitalize the first word of activity labels

8
New cards
<p>Explain this gateway</p>

Explain this gateway

XOR gateway:

• Splitting: routes flow to exactly one branch

• Merging: awaits incoming to complete before triggering outgoing flow

9
New cards
<p>Explain this gateway</p>

Explain this gateway

AND gateway:

• Splitting: routes flow to all branches

• Merging: awaits all incoming to complete before triggering outgoing flow

10
New cards
<p>Explain this gateway</p>

Explain this gateway

OR gateway:

• Splitting: routes flow to one or more branch

• Merging: awaits all incoming to complete before triggering outgoing

11
New cards

Name the three discovery method

Evidence-based discovery

Interview-based discovery

Workshop-based discovery

12
New cards

Evidence based discovery is split in what 3 different categories

Document analysis

Observation

Automatic process discovery

13
New cards

Describe Evidence based - Document analysis

• Document analysis exploits the fact that there is usually

documentation material available related to an existing process

• Some potential issues with document analysis:

1. Most documentation available on operations in a company is not

readily organized in a process-oriented way

2. Level of granularity of the material might not be appropriate

3. Documents only partially trustworthy

14
New cards

Describe Evidence based - Observation

• Observation is a method of discovery following directly the processing of

individual cases in order to get an understanding of how a process works

• Process analyst can either play:

– the active role of a customer of a process or

– the passive role of an observer

15
New cards

Describe Evidence based - Automatic process discovery

• Automatic process discovery emerges from the extensive operational

support of business processes provided by various information systems.

• Uses event logs and data has to be recorded in such a way that each event

can be exactly related to three things:

– an individual case of the process,

– a specific activity of the process, and

– a precise point in time.

16
New cards

Describe Interview-Based Discovery

• Interview-based discovery a method built on interviewing domain experts about how a process is executed

• Two strategies for scheduling interviews:

– starting backwards from the products and results of the process (find input needed for conducting work, gives order) and

– starting from the beginning of the process and proceeding forward – follow and observe the process flow and decisions at each stage

17
New cards

Describe Workshop-Based Discovery

• Workshop-based discovery offers opportunity to obtain detailed information on the business process with process participant:

– The facilitator takes care of organizing the verbal contributions of the participants.

– The tool operator is responsible for directly entering the discussion results into the modeling tool.

– Several domain experts also participate, as much as

– the process owner and the process analyst.

18
New cards
<p>Fill in the Summary of Discovery Methods</p>

Fill in the Summary of Discovery Methods

knowt flashcard image
19
New cards
<p>What is this</p>

What is this

Data objects represent information flowing in and out of activities; they can be physical artifacts such as an invoice or a letter on a piece of paper or electronic artifacts such as an e-mail or a file

• link them to activities with a dotted arrow with

an open arrowhead (called data association

<p>Data objects represent information flowing in and out of activities; they can be physical artifacts such as an invoice or a letter on a piece of paper or electronic artifacts such as an e-mail or a file</p><p>• link them to activities with a dotted arrow with</p><p>an open arrowhead (called data association</p>
20
New cards
<p>What is this</p>

What is this

• Additional information can be provided via text annotations. An annotation is depicted as an open-ended rectangle encapsulating the text of the annotation, and

• is linked to a process modeling element via ab dotted line (called association)

21
New cards
<p>What is this</p>

What is this

Start Timer event: Indicates that an instance of the process is created at certain date/time e.g. start process at 6pm every Friday

22
New cards
<p>What is this</p>

What is this

Intermediate Timer Event: Triggered at certain dates/times or after a time interval has elapsed since the moment even is “enabled”

23
New cards
<p>What is this</p>

What is this

Start Message Event: Indicates that an instance of the process is created when a messa ge is received

24
New cards
<p>What is this</p>

What is this

End Mesasge Event - Indicates that an instance of the process is completed when a message is sent

25
New cards
<p>What is this</p>

What is this

Intermediate Message Event - Indicates that an even is expected to occur during the process. The event is triggerd when a message is receieved or sent

26
New cards
<p>What is this</p>

What is this

An Exceptions condition : External: Something goes wrong outside the process, and the execution of the current activity must be interrupted.

27
New cards
<p>What is this</p>

What is this

An Exceptions condition : Internal: Something goes wrong inside an activity, whose execution must thus be interrupted.

28
New cards
<p>What is this</p>

What is this

An Exceptions condition : Timeout: an activity takes too long and must be interrupted