Versions Compared

Key

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

...

Adds an order to a workflow in the JS7 Controller.

SYNTAX

Add-JS7Order [-OrderName] <String> [-WorkflowPath] <String> [[-Arguments] <Hashtable>] [[-At] <String>] [[-AtDate] <DateTime>] [[-Timezone] <String>] [[-State] <String>] [[-EndState] <String>] [[-AuditComment] <String>] [[-AuditTimeSpent] <Int32>] [[-AuditTicketLink] <Uri>] [[-RunningNumber] <Int32>] [<CommonParameters>]

DESCRIPTION

Creates a temporary ad hoc order for execution with the specified workflow.

PARAMETERS

OrderName

-OrderName <String>
Specifies the name of an order. The JOC Cockpit web service will consider the order name
when creating unique order iDs from the pattern #<YYYY-MM-DD>#<qualifier><timestamp>-<order name>
such as with #2020-11-22#T072521128-Some_Order_Name.

* YYYY-MM-DD: Date for which the order is scheduled
* qualifier: one of T(emporary), P(lan), F(ile)
* timespan: time specified in milliseconds
* order name: the value of the -OrderName parameter

...