Versions Compared

Key

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

...

OperationObjectDocumentation
add / cancelOrder

JS7 - Workflows - Status Operations on Orders

suspend / resume
let run
transfer
suspend / resumeWorkflow

JS7 - Workflows - Status Operations on Workflows

stop / unstopJob

JS7 - Workflows - Status Operations on Jobs
JS7 - Workflows - Status Operations on Instructions

skip / unskip
post / deleteNotice

JS7 - Notice Boards


The script is provided offered for download and can be used as a command line interface to operations on workflows, jobs and orders.:

  • The script is available for Linux and MacOS® using bash shell.
  • The script terminates with exit code 0 to signal successful cancellation, with exit code 1 for command line argument errors and with exit code 4 for non-recoverable errors. Exit code 3 signals that no matching objects have been found.
  • The script is intended as a baseline example for customization by JS7 users and by SOS within the scope of professional services. Examples make use of JS7 Release 2.7.2, bash 4.2, curl 7.29.0 and jq 1.6.0.

...