Job Object (JOBS)

You use the job object (JOBS) when you want to execute processing steps in a target system. Jobs can run independently or be added to a group (JOBG) or to a workflow. They can execute commands on computers or in enterprise business solutions (SAP, PeopleSoft, Siebel, Oracle Applications, etc.). As these solutions differ from each other, templates for each are available.

Object Definition

The Job objects of Rapid Automation solutions differ from the standard ones provided with the Automation Engine. For Rapid Automation agent documentation, see the Automic Hosted Documentation.

General Information on Job Processing

The JCL of a job object is stored in its Process definition page. Its logic can be very complex if you make use of the Automation Engine script language.

Depending on the JCL and on the script elements, an agent-specific executable job is generated and transmitted to the target system via a file transfer.

Working with Job Objects - Overview

The list below tries to depict a possible road-map to define and work with Job objects and provides short descriptions of the actions you can take, additional information that can help you understand how they work and links to topics that further describe them:

  1. Define the job general settings, which include the following:

  2. Job objects (JOBS) have three pages on which you enter the scripts to be processed. They provide a number of convenience functions to help you with your work. If you enter scripts on all of them, they are processed in the following order:

    1. Pre-Process Page
    2. Process Pages
    3. Post-Process Page
    4. Child Post-Process (SAP and PeopleSoft only), see Child Post-Process Page.
  3. You can easily reuse code using Include Object (JOBI), which saves time and helps you keep your scripts consistent.
  4. Execute the job.

    There are multiple ways to do this that can be grouped as follows:

    When executable objects are processed, they go through the following four stages: 1. Activation, 2. Generation, 3. Processing and 4. Completion. Take a look at these topics to understand what happens with every processing stage.

  5. When processing jobs, the Automation Engine generates output files and reports that guarantee traceability and auditability. Have a look at the following topics to learn more about this:

  6. In the Process Monitoring perspective a number of functions are available, depending on the status of the job. See Working with Tasks.

See also:

AE and Target Systems