flow analysis
-CT efficiency = Ratio of overall processing time, referred to as theoretical cycle time (TCT), relative to the overall CT
critical path method
Little’s law
arrival rate= avg nº of new process instances
WIP= avg nº of active process instances
characteristics of little’s law
Little’s law holds for any stable process (the amount of work doesn’t grow beyond control)
capacity and bottlenecks
Theoretical capacity= max nº of instances that can be completed per time unit by a resource pool (p)
-characteristcs:
● theoretical capacity of a resource pool implies that this pool is working at full capacity
● resource pool with the minimum theoretical capacity is called the bottleneck of a process
limitations of flow analysis
-Need to estimate the average CT of each task in the process model:
2 approaches:
1. to address this obstacle is based on interviews with, and/or observations of, process participants
queueing theory
Collection of mathematical techniques to analyze systems with resource
contention, which inevitably leads to queues
● expected length (Lq)
● expected waiting time (Wq)
queuing system
consists of:
● 1 or multiple queues
● service that is provided by one or multiple servers
● elements inside a queue = jobs or customers
system types
-Single-line → M/M/1
-Multi-line → M/M/c (c = number of servers)
limitations of queuing analysis
-Presented queuing analysis techniques can only deal with one process task at a time
–> queuing network more suitable
process simulation
use the process simulator for:
- generating a large number of hypothetical instances of a process
- executing these instances step-by-step
- recording each step in this execution
output of a simulator includes
-logs of the simulation
-statistics of cycle tymes, avg times, avg resource utilization
input parameters
-processing time of each task
-resource pool responsible for performing a given task
-branching probability for every gateway
-starting date and time of simulation
common probability distributions