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.

8.7% Closed 44.9% Completed 22.3% In Progress 0.0% Submitted 24.0% 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
REQ000000982903 02-03-15 15:42 Completed Planning 5164250
REQ000000982903 19-02-15 1:15 Closed Completed 1002397
REQ000000982903 19-12-14 8:17 Submitted Waiting Approval 3
REQ000000982903 19-12-14 8:17 Waiting Approval In Progress 2765664
REQ000000982903 20-01-15 8:31 In Progress Closed 2565842
REQ000000982952 02-03-15 14:44 Completed Planning 5167699
REQ000000982952 19-02-15 1:15 Closed Completed 998940
REQ000000982952 19-12-14 8:50 Submitted Waiting Approval 4
REQ000000982952 19-12-14 8:50 Waiting Approval In Progress 2763738
REQ000000982952 20-01-15 8:32 In Progress Closed 2565764

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
Closed 2 2 11.6 23.2
Completed 2 2 59.8 119.6
In Progress 2 2 29.7 59.4
Submitted 2 2 0.0 0.0
Waiting Approval 2 2 32.0 64.0

Time spent on transitions

count mean_days total_days
SR Audit Status Next status
Closed Completed 2 11.6 23.2
Completed Planning 2 59.8 119.6
In Progress Closed 2 29.7 59.4
Submitted Waiting Approval 2 0.0 0.0
Waiting Approval In Progress 2 32.0 64.0