Versions Compared

Key

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

...

  • $js7JobName
    • The name of the current job for which an order is executed.
  • $js7JobExecutionCount
    • A counter for the number of times that the same job is executed for a given order, for example if an order is suspended and is resumed from an earlier job.
  • $js7EpochMilli
    • The number of milliseconds since January 1st 1970 UTC.
  • $returnCode
    • The numeric exit code of the current job for which an order is executed.

The following variables are available from later JS7 releases:

Display feature availability
StartingFromRelease2.7.2

  • $js7MaxTries
    • Indicates the maximum number of tries for a given order as configured with a JS7 - Retry Instruction.
    • For an unlimited number of tries the variable returns the empty value.
    • The variable is not defined outside of a Retry Instruction block.
  • $js7TryCount
    • Indicates the current number of tries for a given order in a JS7 - Retry Instruction.
    • The variable holds the 0 value when used outside of a Retry Instruction block.
  • $js7EpochMilli
    • The number of milliseconds since January 1st 1970 UTC.
  • $returnCode
    • The numeric exit code of the current job for which an order is executed.