Where is process modelling located and what does it model?
In Process Discovery, it models how the process is currently being done
What are the 3 properties of a model?
What are the 4 components of a modelling language?
Name 4 modelling languajes
What are the 2 main purposes of the BPMN modelling language?
Organizational design
Application system design
What are the 4 core elements of BMPN modelling language? What are naming conventions?
Events: noun + past-participle verb
Activities: imperative verb + noun
What are the 4 perspectives of a process model?
Explain the 2 different types of XOR gateways
Explain the 2 different types of AND gateways
Explain the 2 different types of OR gateways
What are data associations, data stores and data objetcs?
Objects: Represent info or material flowing in or out of activities
Associations: directed (input or output) vs undirected (handover)
Stores: Data objects that need to be persisted (db or file cabinet)
What’s an active resource?
Are resources that can AUTONOMOUSLY perform an activity:
- process participant
- software system
- piece of equipment
What’s a resource class?
A group of (active) resources that are interchangeable (role, org unit or whole org)
What are the BPMN elements regarding to resources?
Pool: Captures a resource class
Lane: Captures a sub-class within a pool, usually partitioning it. Generally used to model departments, roles, software machines or equipment
What’s the definition of a task?
An atomic activity capturing a unit of work that cannot be further broken down
What’s the definition of a subprocess? What’s the rule of thumb used to create them?
A self-contained, composite activity that can be divided into smaller units of work
Create it if model has more than 30 flow objects
In the process decomposition: Which is the hierachy of the levels?
1- Core business activities
2- Decision points and/or fined-grained activities
3- Exceptions and details
What’s a global process model?
Model that is not embedded with any process model, and as such can be invoked by other models within the same collection