slide: Presenting a redesign alternative
In slide [present-models]
the visual representation of
the model resulting from the redesign effort is shown,
embedded in a Web page.
In addition to the model, the page contains
some results obtained by running a simulation.
For example, the text indicates that
an employee is busy handling incoming requests
only 33% of the time.
The histogram depicts the distribution
of the lead times of incoming loan requests,
that is the time that passes between receiving
a request and giving an answer.
The Web page further contains a button to
start a simulation run,
a description of the model
and links to alternative models.
The script
In the fragment below, a histogram for recording leadtimes
is created as well as an
agent generating requests and a transport to a
clerk handling the requests.
histogram leadtimes
agent client generate leadtimes
client -duration 60 poisson
transport t1
t1 -duration 20
employee clerk
operation receive clerk
receive -duration 20.0 5.0 normal
slide: The script
The duration of the agent is specified
using a poisson distribution with .
The clerk is declared to perform a receive operation,
the duration of which takes values from a
normal distribution with and
.
After defining the components of the model
and their connection a simulation may be started by
pressing the start button.
If desired, users may change the parameters concerning
for example setup and wait time, to explore
the various scenarios a model has to satisfy.
Discussion
As observed in [Wastell94],
organizational change is a `highly threatening and stressful experience for many participants and ... high levels of stress can have a pernicious effect on individuals, group processes and organizational learning'.
Hence,
directly involving the users in the modeling phase of the BPR project may be an
important step towards capturing the human aspects that are necessary for the production of an optimal model. It may also help to lessen the anxiety of employees.
On a technological level, we advocate the use of
business process simulation.
Nevertheless, to accomodate the social aspects,
it is important to support the visualization of such models
and their integration in an arbitrarily complex
information context, such as the World Wide Web.
Developing visualisation and animation support
for simulation models is a topic
of ongoing research. See section [DIVA].