Controlling job and job stream processing
How you can control job and job stream processing.
In the Dynamic Workload Console, you can control job and job stream processing by specifying dependencies, setting properties, and running actions against the job or job stream.
Using dependencies to control job and job stream processing
- On completion of jobs and job streams
- A job or a job stream must not begin processing until other jobs and job streams have completed. May be defined to require success or just completion.
- On satisfaction of specific conditions by jobs and job streams
- A job or a job stream, named successor, must not begin processing until other jobs and job streams, named predecessor, have met one, all, or a subset of specific conditions that can be related to the status of the job or job stream, the return code, output variables, or job log content. When the conditions are not met by the predecessor, then any successor jobs with a conditional dependency associated to them are put in suppress state. Successor jobs with a standard dependency or no dependency at all defined run normally.
- Resource
- A job or a job stream needs one or more resources available before it can begin to run.
- File
- A job or a job stream needs to have one or more files meet the specified criteria before it can begin to run.
- Prompt
- A job or a job stream needs to wait for an affirmative response to a prompt before it can begin to run.
- On completion of jobs and job streams
- A job or a job stream must not begin processing until other jobs and job streams have completed. May be defined to require success or just completion.
- Resource
- A job or a job stream needs one or more resources available before it can begin to run.
To add a dependency to a job or to a job stream from the Workload Designer, see Adding and removing dependencies.
- In the query result panel select a job or a job stream and click Dependencies.
- In the Dependencies panel expand the section related to the dependency type you want to add and click Add.
- Enter the required information and click OK.
For all the details about options and fields displayed in the panel, see the online help by clicking the question mark located at the top-right corner of the panel.
Using time restrictions to control job and job stream processing
Time restrictions can be specified for both jobs and job streams.
For a specific job or job stream you can specify the time that processing begins, earliest start, or the time after which processing can no longer be started, latest start. By specifying both, you define a time interval within which a job or job stream runs. You can use them as time dependencies.
You can also specify a deadline to specify the time within which a job or a job stream must complete. Jobs or job streams that have not yet started or that are still running when the deadline time is reached, are considered late in the plan. The deadline does not prevent jobs or job streams from starting.
You can also specify a maximum duration or a minimum duration for a job defined within a job stream. If a job is running and the maximum duration time has been exceeded, then the job can either be killed or can continue to run. If a job does not run long enough to reach the minimum duration time, then the job can be set to Abend status, to Confirm status awaiting user confirmation, or it can continue running.
For jobs you can also specify a repeat range; for example, you can have HCL Workload Automation launch the same job every 30 minutes between 8:30 a.m. and 1:30 p.m.
- From the Design menu, click Workload Designer page.
- In the Workload Designer, edit the job stream you want to modify. For information about editing an object, see design_wkld_definitions_t.html#editingobjectsfromtheworkinglist.
- Select the job or the job stream in the Details view and click the Time restrictions tab in the Properties section.
- Enter the time restriction properties and save the job stream.
For all the details about options and fields displayed in the panel, see the online help by clicking the question mark located at the top-right corner of the panel.
Using job priority and workstation fence to control distributed job processing
HCL Workload Automation has its own queuing system, consisting of levels of priority. Assigning a priority to jobs gives you added control over their precedence and order of running.
The fence provides another type of control over job processing on a workstation. When it is set to a priority level, it only allows jobs whose priority exceeds the fence value to run on that workstation. Setting the fence to 40, for example, prevents jobs with priorities of 40 or less from being launched.
- From the Design menu, click Workload Designer page.
- In the Workload Designer, edit the job stream you want to modify. For information about editing an object see design_wkld_definitions_t.html#editingobjectsfromtheworkinglist.
- Select the job in the Details view and click the Scheduling options tab in the Properties section.
- Enter the job priority and save the job stream.
For all the details about options and fields displayed in the panel, see the online help by clicking the question mark located at the top-right corner of the panel.
- In the query result panel select a job and click More Actions > Priority.
- In the Set Priority panel specify a priority value and click OK.
- In the panel displayed as results of your monitor workstation task, select the workstation and click More Actions > Fence.
- In the Set Fence panel specify a fence value and click OK.
Using limits to control job and job stream processing
- In the job stream definition
- In the workstation definition
- From the Design menu, click Workload Designer page.
- In the Workload Designer, edit the job stream you want to modify. For information about editing an object see design_wkld_definitions_t.html#editingobjectsfromtheworkinglist.
- Select the job stream in the Details view and click the Scheduling options tab in the Properties section.
- Enter the limit value and save the job stream.
For all the details about options and fields displayed in the panel, see the online help by clicking the question mark located at the top-right corner of the panel.
- In the query result panel select a job stream and click More Actions > Limit.
- In the Set Limit panel specify a new limit value and click OK.
- In the panel displayed as result of your monitor workstation task, select the workstation and click More Actions > Limit.
- In the Set Limit panel specify a new limit value and click OK.
Using job confirmation to control job processing
There might be scenarios where the completion status of a job cannot be determined until you have performed some tasks. You might want to check the results printed in a report, for example. In this case, you can set in the job definition that the job requires confirmation, and HCL Workload Automation waits for your response before marking the job as successful or failed.
- From the Design menu, click Workload Designer page.
- In the Workload Designer, edit the job stream you want to modify. For information about editing an object see design_wkld_definitions_t.html#editingobjectsfromtheworkinglist.
- Select the job in the Details view and click the Scheduling options tab in the Properties section.
- Check Requires confirmation and save the job stream.
For all the details about options and fields displayed in the panel, see the online help by clicking the question mark located at the top-right corner of the panel.
Using job recovery actions to control job processing
- Continue with the next job. You can also continue with the next job after a prompt is issued which requires a response from the operator.
- Stop and do not start the next job. You can also continue with the next job after a prompt is issued which requires a response from the operator.
- Run the failed job again. You can specify also how often you want HCL Workload Automation to rerun the failed job and the maximum number of rerun attempts to be performed. If any rerun in the sequence completes successfully, the remaining rerun sequence is ignored and any job dependencies are released. You can optionally decide to also rerun the successors of the parent job, either all successors in the same job stream, or all successors, both in the same job stream and in other job streams, if any. In the Dynamic Workload Console, you can easily view the list of all job successors before rerunning them from the Monitor Workload view, by selecting the job and clicking More Actions> Rerun with successors.
- From the Design menu, click Workload Designer page.
- In the Workload Designer, edit the job you want to modify. For information about editing an object see design_wkld_definitions_t.html#editingobjectsfromtheworkinglist.
- Click the Recovery options tab in the Properties section.
- Enter the recovery Action and the remaining information, as necessary. Then save the job.
For all the details about options and fields displayed in the panel, see the online help by clicking the question mark located at the top-right corner of the panel.
Modifying job instances in the plan to control job processing
Even after your jobs have been submitted into the current plan, you still have opportunities to modify them without having to go back to the original job definition in the database. When modifying a job instance, you can change the definition if the job has not yet started to run, or you can change the definition of a job that has already run and rerun it with the new definition. For example, you can update a command or script, rerun a job with a different logon name or priority, or edit connection server details. Whatever the change, this is a quick and easy way to react and recover.
- From Monitor Workload, run a query on your jobs.
- From the resulting list of jobs, select a job that has not yet run and click .
- Modify the job definition then click OK to save the changes. To restore original definition, click Reload.
- From Monitor Workload, run a query on your jobs.
- From the resulting list of jobs, select a job that has already run and then click .
- From the Rerun Job dialog, select Edit Job and then click Edit Job.
- Modify the job definition then click OK to save the changes. To restore original definition, click Reload.
- Click Rerun to rerun the job with the modified definition.