Versions Compared

Key

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

Table of Contents

Scope

Conditions for jobs can be checked before job execution and after job execution. The condition which is checked before job execution is called In Condition and the condition which is checked after job execution is called Out Condition.

...

Conditions can be added to jobs depending upon whether the new Job Stream is to be created or the Job Stream already exists. 

Creating Job Streams and Conditions

Creating a Job Stream

  • Login to the JOC Cockpit, switch to the "Job Streams" tab.
  • From the left side tree view select the folder with the jobs to which a condition should be added.
  • After clicking on folder there will be a message displayed No Job Streams found. Click Here to Add. 

...

  • The Conditions Editor opens for the job.

Adding a Condition to a Job in an existing Job Stream

  • If the Job Stream already exists then you can drag & drop the job to which you want to add a condition.
    • Note: When dropping a job from the Job Stream the name of the Job Stream will be set by default to the name of Job Stream to which the job is added/dropped.

...

  • When the job is dropped the Conditions Editor pop-up window opens.

How to add an In Condition to a Job?

  • Open the Conditions Editor, if there are no In Conditions added then in the In Conditions tab there will be displayed "No In Conditions found. Click Here To Add". Click on "Click Here To Add" to add an In Condition.

...

  • Click on Save button to Add an In-Condition.

How to add an Out Condition to a job?

  • Open the Conditions Editor and switch to the Out Conditions tab. There will be displayed "No Out Conditions found. Click Here To Add". Click on "Click Here To Add" to add an Out Condition.

  • Another Conditions Editor window will open.  Add the Expression to be evaluated. You can use the Expression Editor to check what Expressions are supported by Job Streams. By default, the Expression is set to "rc:0" which checks a successful run of the job. Then select an Event List which is to be executed if the Expression evaluates to true. The Out Condition supports two Event List:

    • Create Event: The Create Event event list is used to create an event if the Expression for the Out Condition evaluates to true. The default name of the Event to be created is the job name. 
    • Delete Event: The Delete Event event list is used to delete an existing Event if the Expression for the Out Condition evaluates to true.

...

  • Click on Save button to Add an In-Condition.

How to edit an existing In Condition or Out Condition with a Job Stream?

  • To edit an existing In Condition or Out Condition from the graph using the Edit Expression option from the action menu of the Condition of the job. For example, you want to update the Expression for an Out Condition of a job form rc:0 to rc:10.

  • Then switch to the Job Streams graph, use the action menu of the Out Condition indicated by parallelogram after the job. Click on Edit Expression
    • Note: An In Condition for a job is indicated by a left inclined parallelogram before the job. An Out Condition for a job is indicated by a right inclined parallelogram after the job.

...