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

Compare with Current View Page History

« Previous Version 2 Next »

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

  • A workflow includes any number of instructions to execute jobs and to implement dependencies such as to fork and join processing, to acquire a lock etc.
  • Job implementations come in the following flavors:
    • Shell jobs are executed with the operating system shell, e.g. the Windows Shell and one of the Unix Shells such as /bin/sh, /bin/bash etc.
      • Shell jobs include any shell commands, scripts and executable files.
      • Such jobs behave similarly as individual commands being executed in the command line of the operating system.
    • API jobs are implemented in a number of supported languages for which JS7 exposes an API to access JS7 - Order Variables and job arguments.


Pages


 
 

Navigation


  • No labels