Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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.

When A ends after B ends, then A will be devided into two new periods A1. and A2 where count of A1 is A1+1 and count A2 is 1

A1.start=A.start

A1.end=B.end

A2.start=B.end

A2.end=A.end

When A starts before B starts, then A will be devided into two new periods A1. and A2 where count of A1 is 1 and count A2 is A2+1

A1.start=A.start

A1.end=B.start

A2.start=B.start

A2.end=A.end

  •  

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.