Versions Compared

Key

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

...

Introduction

There are predefined report templatesReport Templates. The template determines which data is analysed will be analyzed for the report. All templates Report Templates can be parameterised with the number of hits and the sorting (Highesthighest/Lowestlowest). 

Report Templates

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

...

The Report Template counts failed workflow executions:

  • A workflow execution is considered

...

  • being failed

...

  • if the order

...

  • leaves the workflow with an unsuccessful outcome, for example if an order is cancelled or if a JS7 - Finish Instruction is used indicating unsuccessful outcome.
  • A workflow is not considered being failed just because some jobs failed, for example if a JS7 - Retry Instruction is used a later retry of a job can be successful. Instead, the resulting history status of an order is considered.

Report

...

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.

The Report Template counts failed job executions.

  • Shell job execution is considered being failed based on a job's exit code and optionally output to the stderr channel.
  • JVM job execution is considered being failed based on the job's outcome that can hold exceptions.

Report Template: Top n

...

Agents with highest/lowest number of parallel job execution

Counts The Report Template counts parallel job execution for agentsexecutions with Agents. A job execution Job A is considered as parallel with job execution B when in parallel to Job B if

  • Job A starts after Job B starts has started and ends before Job B ends will end or
  • Job A ends after Job B starts is started and before Job B endswill end. 

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

Counts failed jobs that have a criticality of "crititcal"

The Report Template counts failed executions of jobs with criticality critical. The criticality is a job attribute, see JS7 - Job Instruction.

Counting is performed similar to Report TemplateTop n jobs with highest/lowest number of failed executions.

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

...

Counts failed jobs that for The Report Template counts failed workflow executions due to orders that have been cancelled after the job failed.

The cancel operation is applied to an order by user intervention .

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

This report The Report Template considers the duration of workflows that have been ended successfully. successful workflow execution. Failed workflow executions will not be considered.

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

This report The Report Template considers the duration of jobs that have been ended successfully. successful job execution. Failed job execution will not be considered.

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

This report The Report Template divides the reporting time Reporting Period into sub-periods. The length of the period sub-periods is determined by the "Period Length" setting in the report configuration JS7 - Reports - Configuration. The start of the next sub-period is determined by the "Period Step" setting in the report configuration 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.

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

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

The number of orders started being processed by a workflow is counted per period.

Report 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.

The Report Template counts jobs that completed successfully. Failed jobs are not considered.

For possible reasons of failure see Report Template: Top n jobs with highest/lowest number of failed executions.

Report 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.

The Report Template counts workflows that completed successfully. Failed workflow executions are not considered.

For reasons of failure see Report Template: Top n workflows with highest/lowest number of failed executions.