HCL Workload Automation, Version 9.4

setProperties (z/OS®)

Describes the setProperties Web service for IBM Workload Scheduler for z/OS application occurrences.

Description
Use this service to define additional properties for an application occurrence.
Input parameters
engineName
The name of the IBM Workload Scheduler for z/OS controller.
jobStreamId
The occurrence identifier in the current plan. Note that the plan object identifiers returned contain the '\0' character. This is not a valid character and must be replaced by a blank.
properties
An array containing the properties you want to set. The properties can be:
priority
The execution priority. The value can be from 1 (lowest) to 9 (urgent).
isMonitored
The occurrence includes monitored operations. The value is either true or false.
startTime
The time when the occurrence must start in YYYYMMDD HHMM format or milliseconds.
lateststartTime
The latest time when the occurrence must start in YYYYMMDD HHMM format or milliseconds.
lateststartAction
The action that will be taken if the occurrence exceeds its latest start time. Can be CANCEL, CONTINUE, or SUPPRESS.
deadlineTime
The time within which the occurrence must complete in YYYYMMDD HHMM format or milliseconds.
Output
If the service ran successfully, the response setPropertiesResponse returns the identifier of the modified job stream; otherwise, it returns one of the errors described in Managing errors.