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

Compare with Current View Page History

« Previous Version 5 Next »

 

UNDER PROGRESS

Introduction

The Monitors are used with jobs to provide Pre-processing and Post-processing capabilities by scripting. The Pre-processing monitors are executed before a Task is being executed by the JobScheduler. Similarly the Post-processing monitors are executed once a Task is finished. 

A Job can have multiple pre/post processing Monitors ordered starting with 0 to be executed by the JobScheduler.

Issues

The Named Monitor feature is subject to the following issues

Key Summary T Created Updated Due Assignee Reporter P Status Resolution Fix Version/s
Loading...
Refresh

 

Named Monitors 

The Named Monitors are generic pre/post Monitors stored in the separate files e.g. MyMonitor.monitor.xml. The Named Monitors can be included in multiple jobs. 

Create Named Monitor

  • In the left navigation pan Click on the Pre-/Post-Processing 
  • In the far right top side click on New to create a Pre-/Post-Processing monitor
    • New Monitor will be created with a default name e.g. process0
  • Click on the newly created monitor e.g. name process0
    • This will open more configuration option such as name, ordering etc
      • Click inside the Name's text box and give the Named monitor a relevent name eg. show_parameters
      • Leave the Ordering to default 0
      • Chose the Language javax.script.ecmascript from the dropdown menu.
    • Click on the scruipt

 

 

Include into a Job

 

 

 

 

 

  • No labels