You are viewing an old version of this page. View the current version.

Compare with Current View Page History

« Previous Version 4 Next »

Jobs are used within workflows preferably to execute shell commands, scripts and binaries with Agents.

  • A workflow includes any number of JS7 - Job Instruction to execute jobs and to implement dependencies such as to fork and to join processing, to acquire a resource lock etc.
  • Job implementations come in 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 include to call any shell commands, scripts and executable files.
      • Such jobs behave similarly as individual commands being executed in the command line of the operating system.
      • Shell jobs include to use scripting languages such as Perl, Ruby, Python, PowerShell etc. for which an interpreter is 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 JS7 - Order Variables and job node arguments. Languages include
      • Java: such jobs are executed in the JVM provided by the Agent.
      • JavaScript, Ruby, Python etc.: such jobs require use of a GraalVM® Java Virtual Machine that provides the compiler for the respective scripting language.


Pages


 
 

Navigation


  • No labels