Versions Compared

Key

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

...

  • Constant string values
    • This assignment type is e.g. used with Variable Declarations for workflows and with Node Arguments
    • Example:
      • GUI Display: var1 = value 1
      • JSON format: "var1": "value 1"
  • Expressions
    • This assignment type is used with Environment Variables, Job Arguments and Initialization Arguments
    • Example:
      • GUI Display: var1 = $someVariable
      • JSON format: "var1": "$someVariable"

Find From the following chapters find a number of syntax examples for assignment of constant values and expressions.

  • The Input representation of the examples corresponds to what a user types in the GUI for the names and values of Arguments and Environment Variables.
  • The Output representation of the examples corresponds to what is visible from the log output, e.g. using an echo command in a Shell Job.
  • The JSON representation is visible when using the "Show JSON" operation from an object's action menu.

Image Added

Examples for Constant Values

...