This view shows the processing time per process step from check-out to check-in and calculates worker performance.
Column | Description |
DateOnly | Only the date (not the time) from the DoneAt field (DateOnly in V_Steps). |
SumDurationSec | The total number of seconds during which the documents for this step were checked out (sum of CheckOutDuration in V_Steps). |
AvgDurationSec | The average number of seconds during which the documents for this process step were checked out (average of CheckOutDuration in V_Steps). |
SumDurationHours | The number of hours in which the documents for this step were checked out. (The sum of CheckOutDurationHours in V_Steps.) |
AvgDurationHours | The average number of hours during which the documents for this process step were checked out (average CheckOutDurationHours in V_Steps). |
Client | The name of the client (Client in V_Steps). |
Process | The name of the process (Process in V_Steps). |
ProcessStep | The name of the process step (ProcessStep in V_Steps). |
DocumentCount | The number of documents (number of DocumentID's in V_Steps). |
Action | Create (Action in V_Steps) |
WorkerPerformance | The number of documents divided by the sum of the check-out time in hours – or 0 if the sum of the check-out time in hours is 0 (DocumentID, CheckOutDurationHours in V_Steps). |
ServiceType | 0 = Activity (ServiceType in V_Steps) |