Versions Compared

Key

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

...

  • The JS7 offers to perform any operation on orders, workflows, jobs and related objects by the JS7 - REST Web Service API.
  • The REST Web Service API can be accessed from Shell utilities such as curl.
  • In addition, a PowerShell module is available for simplified access to the REST Web Service API. This is described in the JS7 - PowerShell Module article.

The Workflow Operation Script offered for Unix Shell CLI can be used to perform status operations on workflows, jobs and orders:. 

Workflow Operation Script

OperationObjectDocumentation
add / cancel
order
Order

JS7 - Workflows - Status Operations on Orders

suspend / resume
let run
transfer
suspend / resume
workflow
Workflow

JS7 - Workflows - Status Operations on Workflows

stop / unstop
job
Job

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

skip / unskip

...

post / deleteNotice

JS7 - Notice Boards


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

...