Versions Compared

Key

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

...

Resume-JS7Order

SYNOPSIS

Resumes a number of suspended orders in the a JS7 Controller

SYNTAX

Resume-JS7Order [-OrderId] <String> [[-Position] <String>] [[-Arguments] <Hashtable>] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [<CommonParameters>]

...

This cmdlet resumes orders that are suspended in a JS7 Controller.

PARAMETERS

...

-Position <String>
Specifies the position of an order in the workflow for which the order should be resumed,
i.e. the order will continue to execute with the instruction indicated by the position.

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

...

-AuditComment <String>
Specifies a free text that indicates the reason for the current intervention, e.g. "business requirement", "maintenance window" etc.

The Audit Comment is visible from the Audit Log view of JOC Cockpit.
This parameter is not mandatory, however, JOC Cockpit can be configured to enforece enforce Audit Log comments for any interventions.

...