Versions Compared

Key

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

Table of Contents

Passing Arguments

JS7 - JavaScript Jobs can  can pass arguments to subsequent jobs and instructions in a workflow:

...

  • The getOutcome().putVariable() method specifies the name and value of the variable to be passed.
  • The name of the variable can be freely chosen within the scope of JS7 - Object Naming Rules.
  • Variable names are case-sensitive.

Further Resources