Versions Compared

Key

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

...

  • Constant string values:
    • This assignment type is used, for example, with Variable Declarations for workflows and with Node Arguments.
    • Example for a string value:
      • GUI input: " 'value 1"'
      • JSON format: "var1": "\"'value 1\"'"
    • Example for an empty string value:
      • GUI input: ""
      • JSON format: "var1": "\"\""
  •  Expressions:
    • This assignment type is used with Environment Variables, Job Arguments and Initialization Arguments.
    • Example:
      • GUI input: $someVariable
      • JSON format: "var1": "$someVariable"

...