Page History
...
-OrderId <String>
Specifies the identifier of an order. Both parameters -Order and -Workflow have to be specified if no pipelined order objects are used.
Required? | true |
Position? | 1 |
Default value | |
Accept pipeline input? | true (ByValue, ByPropertyName) |
Accept wildcard characters? | false |
...
-Kill <SwitchParameter>
Specifies if the running task for the indicated order should be sent a SIGTERM signal (default, -Kill:$false) or a SIGKILLL signal (-Kill:$true).
Required? | false |
Position? | named |
Default value | False |
Accept pipeline input? | true (ByPropertyName) |
Accept wildcard characters? | false |
...
PS > Suspend-JS7Order -OrderId Reporting -WorkflowPath /sos/reporting/Reporting#2020-11-19#P0000000498-orderSampleWorfklow2a
Suspends the order "Reporting" from the specified workflowwith the given ID.
-------------------------- EXAMPLE 2 --------------------------
...
Suspends orders that are available with the workflow "some_workflow_path" ) and any sub-folders.
-------------------------- EXAMPLE 4 --------------------------
...