Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

JS7 - Variables are used to parameterize execution of jobs in a workflow. Variables are declared with the workflow by specifying a name and data type and optionally a default value. Variables can be used in a number of places:

  • As an Environment VariableVariable: the environment variable is available for all shell jobs in a workflow.
  • As a Job Resource: You can assign a set of variables to a job resource and attach the job resource to an individual job. If the job resources is attached the workflow then the variables will be available for all jobs in the workflow.
  • As an Order Variable: You can declare variables with a workflow and assign or modify values when adding an order to the workflow.

...

To execute the workflow from the 03_VariablesPassing folder follow the below steps:

...