Versions Compared

Key

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

...

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

...

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

BatchSize

-BatchSize <Int32>

Required?false
Position?12
Default value100
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?1213
Default value0
Accept pipeline input?true (ByValue, ByPropertyName)
Accept wildcard characters?false

...