You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Introduction

There are predefined report templates. The template determines which data is analysed for the report. All templates can be parameterised with the number of hits and the sorting (Highest/Lowest). 

Report Templates

Template: Top n workflows with highest/lowest number of failed executions

Counts workflows that are failed. A workflow is considered as failed when the order have leaved the workflow and is failed.

Template: Top n jobs with highest/lowest number of failed executions

Counts jobs that are failed. A job is considered as failed when the job execution ends with an error.

Template: Top n agents with highest/lowest number of parallel job execution

Counts parallel job execution for agents. A job execution A is considered as parallel with job execution B when

  • A starts after B starts and before B ends or
  • A ends after B starts and before B ends. 

Template: Top n high criticality jobs with highest/lowest number of failed executions

Counts failed jobs that have a criticality of "crititcal"

Template: top n workflows with highest/lowest number of failed executions for cancelled orders.

Counts failed jobs that for orders that have been cancelled after the job failed.

Template: Top n workflows with highest/lowest need for execution time

This report considers the duration of workflows that have been ended successfully. 

Template: Top n jobs with highest/lowest need for execution time

This report considers the duration of jobs that have been ended successfully. 

Template: Top n periods with highest/lowest number of workflows executions

This report divides the reporting time into periods. The length of the period is determined by the "Period Length" setting in the report configuration. The start of the next period is determined by the "Period Step" setting in the report configuration.

Example: 

  • Period Length: 5m
  • Period Step: 2m
    • 00:00:00-00:05:00
    • 00:07:00-00:12:00
    • 00:14:00-00:19:00 

The number of jobs started is counted per period.

Template: Top n periods with highest/lowest number of workflows executions

This report divides the reporting time into periods. The length of the period is determined by the "Period Length" setting in the report configuration. The start of the next period is determined by the "Period Step" setting in the report configuration.

The number of orders started is counted per period.

Template: Top n jobs with highest/lowest number of successful executions

Counts workflows that are successfully ended. A workflow is considered as successful when the order have leaved the workflow and is successful.

Template: Top n workflows with highest/lowest number of successful executions

Counts jobs that are successfully ended. A job is considered as successful when the job ended without error.

 


  • No labels