HCL Workload Automation, Version 9.4

setProperties

Describes the setProperties Web service for HCL Workload Automation jobs.

Description
Use this service to define additional properties for a job in the plan.

You must have submit access to the job in the security file to run this service.

Input parameters
engineName
Not used; set to null.
jobId
The job identifier in the plan: workstationName#jobStreamName.jobName.
properties
An array containing the properties you want to set. The properties can be:
priorityIsMonitored
The job priority is monitored if it is a key job. The value is either true or false.
requiresConfirmation
Operator confirmation is required after the job completes to mark it as successful or failed. The value is either true or false.
startTime
The time when the job must start in YYYYMMDD HHMM format or milliseconds.
lateststartTime
The latest time when the job must start in YYYYMMDD HHMM format or milliseconds.
lateststartAction
The action that will be taken if the job exceeds its latest start time. Can be CANCEL, CONTINUE, or SUPPRESS.
deadlineTime
The time within which the job must complete in YYYYMMDD HHMM format or milliseconds.
repeatRange
The time interval between every reruns of the job in milliseconds.
Output
The response setPropertiesResponse is void if the service ran succesfully; otherwise, it returns one of the errors described in Managing errors.