Versions Compared

Key

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

...

-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

...

-Timezone <String>
Specifies the time zone to be considered for the start time that is indicated with the -At argumentparameter.
Without this argument parameter the time zone of the JS7 Controller is assumed.

This argument parameter should be used if the JS7 Controller runs in a time zone different to from the environment
that makes use of this cmdlet.

Find the list of time zone names from https://en.wikipedia.org/wiki/List_of_tz_database_time_zones

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

State

-State <String>
Specifies that the order should enter the workflow at the workflow node that
is assigend the specified state.

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

EndState

-EndState <String>
Specifies that the order should leave the workflow at the workflow node that
is assigend the specified state.

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

...

RunningNumber

-RunningNumber <Int32>
This parameter is implicitely used when pipelining input to the cmdlet as e.g. with

1..10 | Add-JS7Order -WorkflowPath /some_path/some_workflow

Required?false
Position?12
Default value0
Accept pipeline input?true (ByValue, ByPropertyName)
Accept wildcard characters?false

...