3 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.

42.0% Cancelled 0.0% Completed 53.8% In Progress 0.5% Planning 0.0% Submitted 3.7% 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 12 out of 12

Service Request ID SR Audit Create Datetime SR Audit Status Next status Time spent
REQ000001161499 02-02-15 19:41 Submitted Waiting Approval 9
REQ000001161499 02-02-15 19:41 Waiting Approval Completed 2144304
REQ000001161499 02-06-15 8:59 Planning In Progress 27033
REQ000001161499 27-02-15 15:19 Completed In Progress 6
REQ000001161499 27-02-15 15:20 In Progress Planning 8185140
REQ000001208259 02-11-15 10:56 Submitted Waiting Approval 12
REQ000001208259 16-02-15 16:39 Planning In Progress 255466
REQ000001208259 19-02-15 15:37 In Progress Submitted 22101528
REQ000001218562 02-12-15 19:36 Submitted Waiting Approval 15
REQ000001218562 19-02-15 19:29 Planning In Progress 3777
REQ000001218562 19-02-15 20:32 In Progress Cancelled 601571
REQ000001218562 26-02-15 19:38 Cancelled Submitted 24105503

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
Cancelled 1 1 279.0 279.0
Completed 1 1 0.0 0.0
In Progress 3 3 119.2 357.5
Planning 3 3 1.1 3.3
Submitted 3 3 0.0 0.0
Waiting Approval 1 1 24.8 24.8

Time spent on transitions

count mean_days total_days
SR Audit Status Next status
Cancelled Submitted 1 279.0 279.0
Completed In Progress 1 0.0 0.0
In Progress Cancelled 1 7.0 7.0
Planning 1 94.7 94.7
Submitted 1 255.8 255.8
Planning In Progress 3 1.1 3.3
Submitted Waiting Approval 3 0.0 0.0
Waiting Approval Completed 1 24.8 24.8