Versions Compared

Key

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

...

This cmdlet suspends an order in a JS7 Controller.
Suspended orders can later on be resumed with by use of the Resume-JS7Order cmdlet.

If an order is in a running state, i.e. for example if a job is executed for the order then by default the
Agent will wait for that job to be completed before suspending the order. However, this behavior can be
changed by instructing the Agent to immediately kill running orders.

...

PS > Suspend-JS7Order -OrderId "#2020-11-19#P0000000498-orderSampleWorfklow2a"

Suspends the order with the given ID.

...

PS > Get-JS7Order -WorkflowPath /test/globalssamples/chain1 workflow1 | Suspend-JS7Order

Suspends all orders for the specified workflow.