Versions Compared

Key

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

...

-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

Position

-Position <String>
Specifies the numeric position of an order in the workflow.

Required?false
Position?2
Default value
Accept pipeline input?true (ByPropertyName)
Accept wildcard characters?false

...

PS > Resume-JS7Order -OrderId #2020-11-22#T072521128-Reporting

Resumes the order "Reporting"with the given ID.

-------------------------- EXAMPLE 2 --------------------------

...

-------------------------- EXAMPLE 3 --------------------------

PS > Get-JS7Order -Directory Folder / | Resume-JS7Order

Resumes orders that are configured with the root folder without consideration of sub-folders.

-------------------------- EXAMPLE 4 --------------------------

PS > Get-JS7Order -Directory Folder /some_path -Recursive | Resume-JS7Order

...