Versions Compared

Key

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

...

  • Job implementations come with the following flavors:
    • Shell Jobs are executed with the operating system shell, e.g. the Windows Shell or one of the Unix Shells such as /bin/sh, /bin/bash etc.
      • Shell jobs can include calls with any shell commands, scripts and executable files.
      • Such jobs behave similarly to individual commands being executed in the command line of the operating system.
      • Shell jobs allow the use of scripting languages such as Node.js, Perl, RubyPowerShell, Python , PowerShell etc. These require an interpreter to be installed with the OS that can be executed from the command line.
    • JVM Jobs are implemented in a number of supported languages that can be operated for a Java Virtual Machine and for which the Agent exposes the JS7 - Order Variables and job node argumentsJob API.. The languages supported include:
      • Java Jobs: such jobs are executed in the JVM provided by the JS7 Agent.
      • JavaScript , Python etc.: such jobs Jobs require use of a the Oracle® GraalVM® Java Virtual Machine that with the JS7 Agent. The JVM provides the interpreter/compiler for the respective scripting language.
  • The timeslots during which jobs are executed can be limited by JS7 - Admission Times for Jobs.

...