Versions Compared

Key

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

...

  • Object names are added in a number of places for
    • workflows, jobs, variables, locks, file order sources, job resources
    • calendars, schedules
  • The article explains naming rules to be considered when adding object names and labels.
  • JS7 does not enforce naming conventions for objects: users are free to choose naming conventions at their will, e.g. for job names to use 
    • camel case style as in: loadDataWarehouseDaily
    • mixed style as in: DataWarehouse-Load-Daily

...

  • Java Naming Rules
  • Additional Characters are allowed:
    • A dot: not as leading or trailing character and not two dots in sequence.
    • A dash: not as leading or trailing character and not two dashes in sequence.
  •  Examples
    • National language characters such as Japanese:
      • こんにちは世界
    • Use of dot, dash, underscore:
      • Say.Hello
      • Say-Hello
      • say_hello

...

More relaxed rules apply to labels that are used to indicate the position of a job and order in a workflow:

  • Labels can start with digits, characters, _
  • Labels can include $, _, -, #, :, !
  • Labels cannot include whatever is not allowed for Object Names, e.g. no quotes, no spaces, [, ], {, }, /, \, =, +

...