Passing variables between jobs

In many scenarios, the job output or a job property of the first job in a job stream can be the input for the execution of the successive jobs in the same job stream or in a different job stream.

In the following scenario, you have JobA and JobB in the same job stream instance and JobA is a predecessor of JobB. JobA passes some variables values to JobB at execution time.

You can pass the following variables from JobA to JobB:

In a different scenario, JobA exports variables in a variable table. The variable table makes the exported variables available to JobB, where JobB is any successor job, in the same job stream or in a different job stream. See Passing variables from one job to another in the same job stream or in a different job stream by using variable tables.

Note: The USERJOBS job stream that is created by HCL Workload Automation processes, does not support the passing of variables among jobs that belong to it.