HCL Workload Automation, Version 9.4

Add or delete internal dependencies in the plan

To perform either of these actions, you must write an array of Dependency statements containing the specifications for these actions. If the dependecyLst array is empty, or if it contains null values, no action is taken.

The following describes the parameters you need to specify in each Dependency statement to specify a dependency you want to add or delete in a job stream in the plan. If all elements are not defined, an error is returned:
action
The action to be taken on the dependency. Can be either ADD or DELETE.
type
The type of dependency. Can be either PREDECESSOR or SUCCESSOR.
jobNumber
The job number of the job impacted.
dependencyNumber
The job number of the job that you are defining as a predecessor or successor of jobNumber.