Versions Compared

Key

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

Table of Contents

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.

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

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

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

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

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

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

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

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