2 service requests

About this visual

Each circle represents a possible state of the service request.

The size represents the percentage of time spent by all service requests in this state. (Larger circles indicate more time.)

The colour represents the time spent by any service requests, on average in this state. (Red circles indicate a higher average processing time.)

The arcs on top represent forward flows, from left to right. Their size and colour again represent the total and average time spent in that transition.

The arcs below represent reverse flows, from right to left. Their size and colour are similarly constructed.

0.0% Draft 99.6% In Progress 0.1% Planning 0.0% Rejected 0.0% Submitted 0.3% Waiting Approval

Cause of delay This visual uses TopCause: a Gramener algorithm

Group Count Days spent

* Empty cell implies no impact

Summary of the causes

There are no significant causes of delay that we can infer for this segment from the data.

Service requests status Showing 10 out of 10

Service Request ID SR Audit Create Datetime SR Audit Status Next status Time spent
REQ000001195956 17-02-15 14:58 Submitted Waiting Approval 7
REQ000001195956 17-02-15 14:58 Waiting Approval Rejected 86197
REQ000001195956 18-02-15 14:55 Rejected Draft 87
REQ000001195956 18-02-15 14:56 Draft Submitted 193
REQ000001195956 18-02-15 14:59 Waiting Approval Planning 12668
REQ000001195956 18-02-15 18:31 Planning In Progress 3701
REQ000001195956 18-02-15 19:32 In Progress Draft 16920694
REQ000001204893 02-10-15 22:09 Submitted Waiting Approval 8
REQ000001204893 17-02-15 15:20 In Progress Submitted 19637290
REQ000001204893 17-02-15 2:40 Planning In Progress 45643

Process Workflow Optimization

This page shows all required calculations for the workflow POC.

Computations

  1. De-duplicate data by primary keys Service Request ID, SR Audit Create Datetime, and SR Audit Status.
  2. Sort by Service Request ID, and within that, by SR Audit Create Datetime.
  3. Add a Next status column that has the next row's SR Audit Status within a given Service Request ID. (The last row in each Service Request ID will have a NaN Next status.)
  4. Calculate the Time spent as the next row's SR Audit Create Datetime minus the current row's SR Audit Create Datetime. For the last row, this value will be NaN.

Basic statistics

Time spent in each status, on average

count count_transitioned mean_days total_days
Draft 1 1 0.0 0.0
In Progress 2 2 211.6 423.1
Planning 2 2 0.3 0.6
Rejected 1 1 0.0 0.0
Submitted 2 2 0.0 0.0
Waiting Approval 2 2 0.6 1.1

Time spent on transitions

count mean_days total_days
SR Audit Status Next status
Draft Submitted 1 0.0 0.0
In Progress Draft 1 195.8 195.8
Submitted 1 227.3 227.3
Planning In Progress 2 0.3 0.6
Rejected Draft 1 0.0 0.0
Submitted Waiting Approval 2 0.0 0.0
Waiting Approval Planning 1 0.1 0.1
Rejected 1 1.0 1.0