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
Object class: Executable object
Object type/Short form: JOBS
Default Object Templates/Subtypes: Templates for specific platforms. You can customize them or create your own ones.
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:
Define the job general settings, which include the following:
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:
Execute the job.
There are multiple ways to do this that can be grouped as follows:
By a parent task.
This is the case of jobs that are included in a parent object (for example a Workflow or a Group). When defining them, take into account that their activation time can be different from their start time; the latter usually depends on the parent object.
Stand alone
This is the case when the job is not part of a parent object or, even if it is, you execute it independently of its parent. You have three possibilities:
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.
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:
See also: