Versions Compared

Key

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

...

  • A workflow includes any number of instructions to execute jobs and to implement dependencies such as to fork and to 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 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 node arguments.


Display children header